[FFmpeg-cvslog] r23605 - trunk/libavcodec/nellymoserdec.c
mstorsjo
subversion
Mon Jun 14 16:07:22 CEST 2010
Author: mstorsjo
Date: Mon Jun 14 16:07:22 2010
New Revision: 23605
Log:
Reindent
Modified:
trunk/libavcodec/nellymoserdec.c
Modified: trunk/libavcodec/nellymoserdec.c
==============================================================================
--- trunk/libavcodec/nellymoserdec.c Mon Jun 14 16:06:38 2010 (r23604)
+++ trunk/libavcodec/nellymoserdec.c Mon Jun 14 16:07:22 2010 (r23605)
@@ -166,11 +166,11 @@ static int decode_tag(AVCodecContext * a
if (buf_size < avctx->block_align)
return buf_size;
- if (buf_size % 64) {
- av_log(avctx, AV_LOG_DEBUG, "Tag size %d.\n", buf_size);
- return buf_size;
- }
- blocks = buf_size / 64;
+ if (buf_size % 64) {
+ av_log(avctx, AV_LOG_DEBUG, "Tag size %d.\n", buf_size);
+ return buf_size;
+ }
+ blocks = buf_size / 64;
/* Normal numbers of blocks for sample rates:
* 8000 Hz - 1
* 11025 Hz - 2
More information about the ffmpeg-cvslog
mailing list