diff --git a/libavcodec/proresdec.c b/libavcodec/proresdec.c index c56b258b71..810d523682 100644 --- a/libavcodec/proresdec.c +++ b/libavcodec/proresdec.c @@ -322,7 +322,7 @@ static av_always_inline void decode_dc_coeffs(GetBitContext *gb, DCTELEM *out, int blocks_per_slice, const int *qmat) { DCTELEM prev_dc; - int code, code2, i, sign; + int code, i, sign; OPEN_READER(re, gb);