Remove unused variable.

Originally committed as revision 14442 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-07-27 21:56:26 +00:00
parent 58fe735631
commit 218e061201

View File

@ -3108,7 +3108,6 @@ static int vc1_decode_p_mb(VC1Context *v)
int cbp; /* cbp decoding stuff */ int cbp; /* cbp decoding stuff */
int mqdiff, mquant; /* MB quantization */ int mqdiff, mquant; /* MB quantization */
int ttmb = v->ttfrm; /* MB Transform type */ int ttmb = v->ttfrm; /* MB Transform type */
int status;
static const int size_table[6] = { 0, 2, 3, 4, 5, 8 }, static const int size_table[6] = { 0, 2, 3, 4, 5, 8 },
offset_table[6] = { 0, 1, 3, 7, 15, 31 }; offset_table[6] = { 0, 1, 3, 7, 15, 31 };