mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Remove unused variable.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
c928e91729
commit
b9acca288e
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user