]> git.sesse.net Git - ffmpeg/commit
mov: Support prores with multiple stsd
authorVittorio Giovara <vittorio.giovara@gmail.com>
Thu, 9 Jun 2016 22:55:19 +0000 (18:55 -0400)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Fri, 17 Jun 2016 15:38:33 +0000 (11:38 -0400)
commit846a3e78a535f05ee61bb23a160f3378f041f751
treed0e1394cdb13540474049629f0e19bb0bb0f986e
parent76729970049fe95659346503f7401a5d869f9959
mov: Support prores with multiple stsd

This function needs to return false, or data in the additional tables
will be skipped, and the decoder will not be able to decode frames
associated with them.
libavformat/mov.c