diff options
author | Ramiro Polla <ramiro@lisha.ufsc.br> | 2007-04-18 19:44:54 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2007-04-18 19:44:54 +0000 |
commit | d9fd5461aa9fdd1a66c613a8bc62330ab63c84e8 (patch) | |
tree | 93d7e36396c03c55f7ab12303b6ce2b5b93387f5 /libavcodec/cook.c | |
parent | b707cbb3e8f9fd131a33fc7bc06102b65634fd70 (diff) | |
download | ffmpeg-d9fd5461aa9fdd1a66c613a8bc62330ab63c84e8.tar.gz |
Remove unused vars, patch by Ramiro Polla.
ramiro ta lisha tod ufsc tod br
Originally committed as revision 8752 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cook.c')
-rw-r--r-- | libavcodec/cook.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/cook.c b/libavcodec/cook.c index 8553dfceee..be57bece82 100644 --- a/libavcodec/cook.c +++ b/libavcodec/cook.c @@ -353,9 +353,7 @@ static void decode_gain_info(GetBitContext *gb, int *gaininfo) static void decode_envelope(COOKContext *q, int* quant_index_table) { int i,j, vlc_index; - int bitbias; - bitbias = get_bits_count(&q->gb); quant_index_table[0]= get_bits(&q->gb,6) - 6; //This is used later in categorize for (i=1 ; i < q->total_subbands ; i++){ |