]> git.sesse.net Git - ffmpeg/commit
mov: Parse EC3SpecificBox (dec3 atom).
authorYusuke Nakamura <muken.the.vfrmaniac@gmail.com>
Mon, 30 May 2011 23:17:13 +0000 (08:17 +0900)
committerJustin Ruggles <justin.ruggles@gmail.com>
Fri, 27 Apr 2012 20:11:46 +0000 (16:11 -0400)
commit546adc1fee1f6975af2cebb91307b8415dfa9172
tree365503b3e0f14570d657847e33ca93a9aa25afc9
parentdf8aa4598c7cc1c2f863f6fc6b2d4b3e6dc7345e
mov: Parse EC3SpecificBox (dec3 atom).

Skip to parse fields for additional independent substreams and its
associated dependent substreams since libavcodec's E-AC-3 decoder does not
support them yet.

Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
libavformat/mov.c