[FFmpeg-devel] [PATCH] vp9_parser: allow superframes with a single frame.

2015-11-06 Thread Ronald S. Bultje
--- libavcodec/vp9_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vp9_parser.c b/libavcodec/vp9_parser.c index 6713850..2e9235e 100644 --- a/libavcodec/vp9_parser.c +++ b/libavcodec/vp9_parser.c @@ -132,7 +132,7 @@ static int parse(AVCodecParserContext

Re: [FFmpeg-devel] [PATCH] vp9_parser: allow superframes with a single frame.

2015-11-06 Thread Paul B Mahol
On 11/6/15, Ronald S. Bultje wrote: > --- > libavcodec/vp9_parser.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/vp9_parser.c b/libavcodec/vp9_parser.c > index 6713850..2e9235e 100644 > --- a/libavcodec/vp9_parser.c > +++