[FFmpeg-cvslog] r23603 - trunk/libavcodec/nellymoserdec.c
mstorsjo
subversion
Mon Jun 14 14:35:28 CEST 2010
Author: mstorsjo
Date: Mon Jun 14 14:35:28 2010
New Revision: 23603
Log:
Reindent
Modified:
trunk/libavcodec/nellymoserdec.c
Modified: trunk/libavcodec/nellymoserdec.c
==============================================================================
--- trunk/libavcodec/nellymoserdec.c Mon Jun 14 14:34:55 2010 (r23602)
+++ trunk/libavcodec/nellymoserdec.c Mon Jun 14 14:35:28 2010 (r23603)
@@ -179,8 +179,8 @@ static int decode_tag(AVCodecContext * a
blocks = 8; break;
default:
if (buf_size % 64) {
- av_log(avctx, AV_LOG_DEBUG, "Tag size %d.\n", buf_size);
- return buf_size;
+ av_log(avctx, AV_LOG_DEBUG, "Tag size %d.\n", buf_size);
+ return buf_size;
}
blocks = buf_size / 64;
break;
More information about the ffmpeg-cvslog
mailing list