Author: jai_menon
Date: Sat Jun 28 18:10:46 2008
New Revision: 2587
Log:
indentation fix after last commit
Modified:
alacenc/alacenc.c
Modified: alacenc/alacenc.c
==============================================================================
--- alacenc/alacenc.c (original)
+++ alacenc/alacenc.c Sat Jun 28 18:10:46 2008
@@ -144,12 +144,12 @@ static void alac_linear_predictor(AlacEn
int i;
if(s->lpc.lpc_order == 31) {
- i = s->avctx->frame_size - 1;
- while(i > 0) {
- s->sample_buf[ch][i] -= s->sample_buf[ch][i-1];
- i--;
- }
- return;
+ i = s->avctx->frame_size - 1;
+ while(i > 0) {
+ s->sample_buf[ch][i] -= s->sample_buf[ch][i-1];
+ i--;
+ }
+ return;
}
}
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc