[FFmpeg-cvslog] r14442 - trunk/libavcodec/vc1.c
diego
subversion
Sun Jul 27 23:56:26 CEST 2008
Author: diego
Date: Sun Jul 27 23:56:26 2008
New Revision: 14442
Log:
Remove unused variable.
Modified:
trunk/libavcodec/vc1.c
Modified: trunk/libavcodec/vc1.c
==============================================================================
--- trunk/libavcodec/vc1.c (original)
+++ trunk/libavcodec/vc1.c Sun Jul 27 23:56:26 2008
@@ -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 };
More information about the ffmpeg-cvslog
mailing list