[FFmpeg-cvslog] r18159 - trunk/libavcodec/flacdec.c
jbr
subversion
Sun Mar 22 23:12:04 CET 2009
Author: jbr
Date: Sun Mar 22 23:12:03 2009
New Revision: 18159
Log:
flacdec: cosmetics: indentation
Modified:
trunk/libavcodec/flacdec.c
Modified: trunk/libavcodec/flacdec.c
==============================================================================
--- trunk/libavcodec/flacdec.c Sun Mar 22 23:10:36 2009 (r18158)
+++ trunk/libavcodec/flacdec.c Sun Mar 22 23:12:03 2009 (r18159)
@@ -517,7 +517,7 @@ static int decode_frame(FLACContext *s)
bps_code);
return -1;
}
- bps = sample_size_table[bps_code];
+ bps = sample_size_table[bps_code];
if (bps && bps != s->bps) {
av_log(s->avctx, AV_LOG_ERROR, "switching bps mid-stream is not "
"supported\n");
More information about the ffmpeg-cvslog
mailing list