]> git.sesse.net Git - ffmpeg/commit
caf: fix 'pakt' chunk parsing
authorJustin Ruggles <justin.ruggles@gmail.com>
Mon, 9 Jul 2012 18:10:52 +0000 (14:10 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Thu, 19 Jul 2012 17:26:45 +0000 (13:26 -0400)
commitf5a9c35f886508b851011b7dd4ec18cc67b57d37
tree7f48a5bdf6b3b9b43d39a3ed2de159cf1dde1b5d
parentb0b77b9ca572ed95bf24c222931f5f3da8982b89
caf: fix 'pakt' chunk parsing

according to the CAF specification:
"... the value for mChunkSize can be greater than the actual valid content
of the packet table chunk"
libavformat/cafdec.c