]> git.sesse.net Git - ffmpeg/commit
avformat/mov: Enable stream parsing for VP9.
authorMatthew Gregan <kinetik@flim.org>
Wed, 7 Sep 2016 01:58:30 +0000 (13:58 +1200)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 9 Sep 2016 02:20:46 +0000 (22:20 -0400)
commit7b3bc365f9923e30a925f8dece4fddd127a54c5d
treef30be7459f5d128b79b4bba52682c1e332fa11c7
parent1da00be009aa74400042bf470b9a5ffbd82a1c5e
avformat/mov: Enable stream parsing for VP9.

MP4 media containing VP9 using superframes (such as
https://github.com/Netflix/vp9-dash/raw/master/DASH-Samples/Fountain_2997_0560kbps_640x480_4x3PAR.ivf_DashUnencrypted.ismv)
does not decode correctly with the built-in VP9 decoder because
superframes are passed to the decoder whole rather than split into
individual frames.

Signed-off-by: Matthew Gregan <kinetik@flim.org>
libavformat/mov.c