bink: Eliminate unnecessary shadow declaration.
This commit is contained in:
@@ -624,7 +624,6 @@ static int read_dct_coeffs(GetBitContext *gb, int32_t block[64], const uint8_t *
|
|||||||
coef_list[--list_start] = ccoef;
|
coef_list[--list_start] = ccoef;
|
||||||
mode_list[ list_start] = 3;
|
mode_list[ list_start] = 3;
|
||||||
} else {
|
} else {
|
||||||
int t;
|
|
||||||
if (!bits) {
|
if (!bits) {
|
||||||
t = 1 - (get_bits1(gb) << 1);
|
t = 1 - (get_bits1(gb) << 1);
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user