Re: [FFmpeg-devel] [PATCH] avformat/movenc: auto insert vp9_superframe bsf when needed

2017-04-10 Thread James Almer
On 4/10/2017 8:17 AM, Ronald S. Bultje wrote: > Hi, > > On Mon, Apr 10, 2017 at 12:33 AM, James Almer wrote: > >> Experimental VP9 support was added to the muxer recently. >> --- >> libavformat/movenc.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/libavformat/movenc.c b/libavfo

Re: [FFmpeg-devel] [PATCH] avformat/movenc: auto insert vp9_superframe bsf when needed

2017-04-10 Thread Ronald S. Bultje
Hi, On Mon, Apr 10, 2017 at 12:33 AM, James Almer wrote: > Experimental VP9 support was added to the muxer recently. > --- > libavformat/movenc.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavformat/movenc.c b/libavformat/movenc.c > index a54aa879e9..9280dc8d23 100644 > --- a/

[FFmpeg-devel] [PATCH] avformat/movenc: auto insert vp9_superframe bsf when needed

2017-04-09 Thread James Almer
Experimental VP9 support was added to the muxer recently. --- libavformat/movenc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index a54aa879e9..9280dc8d23 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -6352,6 +6352,8 @@ stati