changeset 7429:6c2cbc2a8e96 libavcodec

Remove unused variable.
author diego
date Sun, 27 Jul 2008 21:56:26 +0000
parents e8eca33561c7
children 4ebfb53ff2df
files vc1.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vc1.c	Sun Jul 27 20:58:29 2008 +0000
+++ b/vc1.c	Sun Jul 27 21:56:26 2008 +0000
@@ -3108,7 +3108,6 @@
     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 };