Browse Source

Reindent

Originally committed as revision 23605 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Martin Storsjö 15 years ago
parent
commit
133cd270f8
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      libavcodec/nellymoserdec.c

+ 5
- 5
libavcodec/nellymoserdec.c View File

@@ -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


Loading…
Cancel
Save