Skip to content
Snippets Groups Projects
Commit d9fd5461 authored by Ramiro Polla's avatar Ramiro Polla Committed by Benjamin Larsson
Browse files

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
parent b707cbb3
No related branches found
No related tags found
No related merge requests found
...@@ -353,9 +353,7 @@ static void decode_gain_info(GetBitContext *gb, int *gaininfo) ...@@ -353,9 +353,7 @@ static void decode_gain_info(GetBitContext *gb, int *gaininfo)
static void decode_envelope(COOKContext *q, int* quant_index_table) { static void decode_envelope(COOKContext *q, int* quant_index_table) {
int i,j, vlc_index; 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 quant_index_table[0]= get_bits(&q->gb,6) - 6; //This is used later in categorize
for (i=1 ; i < q->total_subbands ; i++){ for (i=1 ; i < q->total_subbands ; i++){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment