diff options
author | Alex Converse <alex.converse@gmail.com> | 2011-07-29 14:45:04 -0700 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-08-01 09:39:33 -0700 |
commit | e11a5fccb237b54da884e19c3f09986b780bd618 (patch) | |
tree | 1c839483ad98b1c235af9c1e72d3497472a9479c /libavcodec/bink.c | |
parent | b4ea1c5a77704eb7096bc017467b774e088ef3bd (diff) | |
download | ffmpeg-e11a5fccb237b54da884e19c3f09986b780bd618.tar.gz |
bink: Eliminate unnecessary shadow declaration.
Diffstat (limited to 'libavcodec/bink.c')
-rw-r--r-- | libavcodec/bink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/bink.c b/libavcodec/bink.c index 2b5bc75078..17683730d4 100644 --- a/libavcodec/bink.c +++ b/libavcodec/bink.c @@ -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 { |