Commit 8456db73 authored by ramiro's avatar ramiro

Indentation for previous patch

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8956 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bdc0cbc5
......@@ -448,7 +448,7 @@ static void categorize(COOKContext *q, int* quant_index_table,
if(index==-1)break;
tmp_categorize_array1[tmp_categorize_array1_idx++] = index;
tmpbias1 -= expbits_tab[exp_index1[index]] -
expbits_tab[exp_index1[index]+1];
expbits_tab[exp_index1[index]+1];
++exp_index1[index];
} else { /* <--- */
int min = 999999;
......@@ -465,7 +465,7 @@ static void categorize(COOKContext *q, int* quant_index_table,
if(index == -1)break;
tmp_categorize_array2[tmp_categorize_array2_idx++] = index;
tmpbias2 -= expbits_tab[exp_index2[index]] -
expbits_tab[exp_index2[index]-1];
expbits_tab[exp_index2[index]-1];
--exp_index2[index];
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment