]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1.c
cosmetics in dsp init
[ffmpeg] / libavcodec / vc1.c
index fe91d61269b03039f08981c03b6a56b9a8953d59..9dd6ba801d46360324a6d2d79882d6d7863d9633 100644 (file)
@@ -3108,7 +3108,6 @@ static int vc1_decode_p_mb(VC1Context *v)
     int cbp; /* cbp decoding stuff */
     int mqdiff, mquant; /* MB quantization */
     int ttmb = v->ttfrm; /* MB Transform type */
-    int status;
 
     static const int size_table[6] = { 0, 2, 3, 4, 5, 8 },
       offset_table[6] = { 0, 1, 3, 7, 15, 31 };