]> git.sesse.net Git - ffmpeg/commit
mxfdec: Parse more values in PartitionPack
authorTomas Härdin <tomas.hardin@codemill.se>
Thu, 8 Dec 2011 16:45:35 +0000 (17:45 +0100)
committerTomas Härdin <tomas.hardin@codemill.se>
Thu, 8 Dec 2011 18:11:16 +0000 (19:11 +0100)
commitfd34dbea58e097609ff09cf7dcc59f74930195d3
treea49807bb335d09324c5f5017195085e1c5b09d0e
parent7560c264958877e790935aba77b50163157162ab
mxfdec: Parse more values in PartitionPack

These values include KAGSize, HeaderByteCount and IndexByteCount.
The length of the pack itself is also stored, and KAGSize is sanity checked.
The FATE sample has KAGSize == 0, which is adjusted to 512.
Other bad KAGSizes are set to 1.
libavformat/mxfdec.c