[FFmpeg-devel] [PATCH] avformat/mov: Enable header parsing for VP9.

Ronald S. Bultje rsbultje at gmail.com
Wed Sep 7 05:18:18 EEST 2016


Hi Matthew,

On Tue, Sep 6, 2016 at 10:10 PM, Matthew Gregan <kinetik at flim.org> wrote:

> Hi,
>
> The attached patch fixes playback of MP4/VP9 media containing superframes
> when using the built-in VP9 decoder.
>
> As an example,
> https://github.com/Netflix/vp9-dash/raw/master/DASH-Samples/Fountain_2997_
> 0560kbps_640x480_4x3PAR.ivf_DashUnencrypted.ismv
> plays with corrupted frames using ffplay without this patch and works fine
> with the patch applied (or with libvpx built with --enable-vp9-highbitdepth
> forced via -vcodec libvpx).


I think the patch is fine, but I wonder if it should set it to _FULL (the
parser ignores the option, but it is semantically more correct).

Ronald


More information about the ffmpeg-devel mailing list