diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-05-09 21:57:50 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-05-09 21:57:50 +0000 |
commit | 39938968e8e8a7bf1f554aae1c0a0726eb4d4865 (patch) | |
tree | 2267e3b99be8b5b24b18375da023ad5904e96bf7 /libavcodec/cook.c | |
parent | 6b0199701216c409dbbe74095a8ba062a176ba46 (diff) | |
download | ffmpeg-39938968e8e8a7bf1f554aae1c0a0726eb4d4865.tar.gz |
Indentation for previous patch
Originally committed as revision 8956 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cook.c')
-rw-r--r-- | libavcodec/cook.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/cook.c b/libavcodec/cook.c index 220b6a1519..5235d8d588 100644 --- a/libavcodec/cook.c +++ b/libavcodec/cook.c @@ -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]; } } |