---
libavcodec/ac3enc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git libavcodec/ac3enc.c libavcodec/ac3enc.c
index 0b32b36..48e07c7 100644
--- libavcodec/ac3enc.c
+++ libavcodec/ac3enc.c
@@ -1203,9 +1203,9 @@ static int AC3_encode_frame(AVCodecContext *avctx,
/* apply the MDCT window */
for (j = 0; j < AC3_BLOCK_SIZE; j++) {
s->windowed_samples[j] = MUL16(input_samples[j],
- ff_ac3_window[j]) >> 15;
+ ff_ac3_window[j]) >> 15;
s->windowed_samples[AC3_BLOCK_SIZE*2-j-1] = MUL16(input_samples[AC3_BLOCK_SIZE*2-j-1],
- ff_ac3_window[j]) >> 15;
+ ff_ac3_window[j]) >> 15;
}
/* Normalize the samples to use the maximum available precision */
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc