OSDN Git Service

movdec: Parse the dvc1 atom
authorMartin Storsjö <martin@martin.st>
Sat, 21 Jan 2012 23:32:16 +0000 (01:32 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 2 Feb 2012 19:39:27 +0000 (21:39 +0200)
commit89415b8e3fb83d67fdc518323cc364aa74ec2af2
tree0e3a34340bb161b031b95644e5f312325b8708d3
parentcd2f98f365dfd83f0debac030413e57a73c7ecd5
movdec: Parse the dvc1 atom

Normally, the actual payload data contains sequence headers, too,
and the parser can extract this and set it as extradata. However,
the data in the dvc1 atom is the "official" extradata for the file.

This is required for proper stream copy of vc1 from ismv to ismv.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/mov.c