]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1dec.c
cabac: drop unused STRICT_LIMITS code branch
[ffmpeg] / libavcodec / vc1dec.c
index 701a3da95629d88fcbb7f5aaddba7bccb16c7986..3cb766139777505167d3229e769fbada03ba6901 100644 (file)
@@ -5426,13 +5426,12 @@ static int vc1_decode_frame(AVCodecContext *avctx, void *data,
     AVFrame *pict = data;
     uint8_t *buf2 = NULL;
     const uint8_t *buf_start = buf;
-    uint8_t *tmp;
     int mb_height, n_slices1;
     struct {
         uint8_t *buf;
         GetBitContext gb;
         int mby_start;
-    } *slices = NULL;
+    } *slices = NULL, *tmp;
 
     /* no supplementary picture */
     if (buf_size == 0 || (buf_size == 4 && AV_RB32(buf) == VC1_CODE_ENDOFSEQ)) {