summaryrefslogtreecommitdiff
path: root/libavcodec/nellymoserdec.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-06-14 14:07:22 +0000
committerMartin Storsjö <martin@martin.st>2010-06-14 14:07:22 +0000
commit133cd270f8be2ac43c7145998efb79ced66812bd (patch)
tree368273b180d38048a37396aa9e498781ba2717e2 /libavcodec/nellymoserdec.c
parentc5d68fbd49b9510b352d83919da05be4b2d12a08 (diff)
Reindent
Originally committed as revision 23605 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/nellymoserdec.c')
-rw-r--r--libavcodec/nellymoserdec.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libavcodec/nellymoserdec.c b/libavcodec/nellymoserdec.c
index b51be86540..7b973c02f6 100644
--- a/libavcodec/nellymoserdec.c
+++ b/libavcodec/nellymoserdec.c
@@ -166,11 +166,11 @@ static int decode_tag(AVCodecContext * avctx,
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