[FFmpeg-cvslog] r12594 - trunk/libavcodec/ac3dec.c
jbr
subversion
Wed Mar 26 00:34:49 CET 2008
Author: jbr
Date: Wed Mar 26 00:34:49 2008
New Revision: 12594
Log:
cosmetics: indentation after last commit
Modified:
trunk/libavcodec/ac3dec.c
Modified: trunk/libavcodec/ac3dec.c
==============================================================================
--- trunk/libavcodec/ac3dec.c (original)
+++ trunk/libavcodec/ac3dec.c Wed Mar 26 00:34:49 2008
@@ -1143,7 +1143,7 @@ static int ac3_decode_frame(AVCodecConte
memcpy(s->input_buffer, buf, FFMIN(buf_size, AC3_MAX_FRAME_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-cvslog
mailing list