diff --git a/libavcodec/h264.c b/libavcodec/h264.c index de7a5ac997..a44e7b6f55 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -2146,7 +2146,6 @@ static void idr(H264Context *h) /* forget old pics after a seek */ static void flush_change(H264Context *h) { - int i; h->outputed_poc = h->next_outputed_poc = INT_MIN; h->prev_interlaced_frame = 1; idr(h);