Re: [FFmpeg-devel] [PATCH] vp9: reset segmentation information on context reset.

2015-09-03 Thread James Zern
On Tue, Sep 1, 2015 at 1:44 PM, Ronald S. Bultje wrote: > --- > libavcodec/vp9.c | 1 + > 1 file changed, 1 insertion(+) > lgtm > diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c > index 4503ed7..7035512 100644 > --- a/libavcodec/vp9.c > +++ b/libavcodec/vp9.c > @@ -707,6

[FFmpeg-devel] [PATCH] vp9: reset segmentation information on context reset.

2015-09-01 Thread Ronald S. Bultje
--- libavcodec/vp9.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c index 4503ed7..7035512 100644 --- a/libavcodec/vp9.c +++ b/libavcodec/vp9.c @@ -707,6 +707,7 @@ static int decode_frame_header(AVCodecContext *ctx, s->lf_delta.ref[3] = -1;