Remove unused variable.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
Reimar Döffinger 2011-09-19 23:06:15 +02:00
parent c928e91729
commit b9acca288e
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ static av_always_inline void decode_dc_coeffs(GetBitContext *gb, DCTELEM *out,
int blocks_per_slice, const int *qmat)
{
DCTELEM prev_dc;
int code, code2, i, sign;
int code, i, sign;
OPEN_READER(re, gb);