mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
bink: Eliminate unnecessary shadow declaration.
This commit is contained in:
parent
b4ea1c5a77
commit
e11a5fccb2
@ -624,7 +624,6 @@ static int read_dct_coeffs(GetBitContext *gb, int32_t block[64], const uint8_t *
|
||||
coef_list[--list_start] = ccoef;
|
||||
mode_list[ list_start] = 3;
|
||||
} else {
|
||||
int t;
|
||||
if (!bits) {
|
||||
t = 1 - (get_bits1(gb) << 1);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user