Re: [FFmpeg-devel] [PATCH] vp9: fix profile check for intraonly frames.

2015-06-24 Thread Michael Niedermayer
On Wed, Jun 24, 2015 at 02:21:15PM -0700, James Zern wrote: > Hi, > > On Wed, Jun 24, 2015 at 7:41 AM, Ronald S. Bultje wrote: > > --- > > libavcodec/vp9.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > lgtm applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B147E

[FFmpeg-devel] [PATCH] vp9: fix profile check for intraonly frames.

2015-06-24 Thread Ronald S. Bultje
--- libavcodec/vp9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c index 9d9326c..3ad9056 100644 --- a/libavcodec/vp9.c +++ b/libavcodec/vp9.c @@ -594,7 +594,7 @@ static int decode_frame_header(AVCodecContext *ctx, av_log(c