mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-11 17:55:21 +00:00
Indentation for previous patch
Originally committed as revision 8956 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6b01997012
commit
39938968e8
@ -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];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user