mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Indentation for previous patch
Originally committed as revision 8956 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+2
-2
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user