diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c index 6650a235a2..4f9068084a 100644 --- a/libavcodec/ffv1.c +++ b/libavcodec/ffv1.c @@ -597,7 +597,7 @@ static void encode_rgb_frame(FFV1Context *s, uint8_t *src[3], int w, int h, int sample[p][i]= s->sample_buffer + p*ring_size*(w+6) + ((h+i-y)%ring_size)*(w+6) + 3; for(x=0; xslice_context[0]->c; memset(state, 128, sizeof(state)); @@ -2002,6 +2002,7 @@ static int read_header(FFV1Context *f){ } if(f->version <= 2){ + av_assert0(context_count>=0); if(p->context_count < context_count){ av_freep(&p->state); av_freep(&p->vlc_state);