Re: [FFmpeg-devel] [PATCH 1/2] Parse VP9 when coming out of MP4.

2016-09-08 Thread Ronald S. Bultje
Hi, On Thu, Sep 8, 2016 at 9:50 PM, James Almer wrote: > On 9/8/2016 8:41 PM, Alex Converse wrote: > > Fixes Netflix VP9 DASH samples. > > --- > > libavformat/mov.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/libavformat/mov.c b/libavformat/mov.c > > index a7595c5..6e80b93 10

Re: [FFmpeg-devel] [PATCH 1/2] Parse VP9 when coming out of MP4.

2016-09-08 Thread James Almer
On 9/8/2016 8:41 PM, Alex Converse wrote: > Fixes Netflix VP9 DASH samples. > --- > libavformat/mov.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index a7595c5..6e80b93 100644 > --- a/libavformat/mov.c > +++ b/libavformat/mov.c > @@ -2161,6 +21

[FFmpeg-devel] [PATCH 1/2] Parse VP9 when coming out of MP4.

2016-09-08 Thread Alex Converse
Fixes Netflix VP9 DASH samples. --- libavformat/mov.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index a7595c5..6e80b93 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -2161,6 +2161,7 @@ static int mov_finalize_stsd_codec(MOVContext *c, AVI