[FFmpeg-soc] [soc]: r2231 - eac3/ac3dec.c
jbr
subversion at mplayerhq.hu
Tue May 27 06:24:12 CEST 2008
Author: jbr
Date: Tue May 27 06:24:12 2008
New Revision: 2231
Log:
cosmetics: indent
Modified:
eac3/ac3dec.c
Modified: eac3/ac3dec.c
==============================================================================
--- eac3/ac3dec.c (original)
+++ eac3/ac3dec.c Tue May 27 06:24:12 2008
@@ -1249,7 +1249,7 @@ static int ac3_decode_frame(AVCodecConte
memcpy(s->input_buffer, buf, FFMIN(buf_size, AC3_FRAME_BUFFER_SIZE));
init_get_bits(&s->gbc, s->input_buffer, buf_size * 8);
} else {
- init_get_bits(&s->gbc, buf, buf_size * 8);
+ init_get_bits(&s->gbc, buf, buf_size * 8);
}
/* parse the syncinfo */
More information about the FFmpeg-soc
mailing list