summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-07-27 21:56:26 +0000
committerDiego Biurrun <diego@biurrun.de>2008-07-27 21:56:26 +0000
commit218e06120114bb5c370f2f5e940bd5ebac539a40 (patch)
tree86a26f7ac3c387acc7d580b997ce17519ff65f52 /libavcodec/vc1.c
parent58fe735631fbc4d14d3a18f3527b1585cb48c464 (diff)
Remove unused variable.
Originally committed as revision 14442 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1.c')
-rw-r--r--libavcodec/vc1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c
index fe91d61269..9dd6ba801d 100644
--- a/libavcodec/vc1.c
+++ b/libavcodec/vc1.c
@@ -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 };