提交 39938968 编写于 作者: R Ramiro Polla

Indentation for previous patch

Originally committed as revision 8956 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 6b019970
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册