diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c index bce0b452e1..6bf38e6cb7 100644 --- a/libavcodec/vc1dec.c +++ b/libavcodec/vc1dec.c @@ -6140,7 +6140,7 @@ static int vc1_decode_frame(AVCodecContext *avctx, void *data, // return -1; if(s->er.error_occurred && s->pict_type == AV_PICTURE_TYPE_B) goto err; - if(!v->field_mode) + if (!v->field_mode) ff_er_frame_end(&s->er); }