Browse Source

Reindent

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

+ 2
- 2
libavcodec/nellymoserdec.c View File

@@ -179,8 +179,8 @@ static int decode_tag(AVCodecContext * avctx,
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;


Loading…
Cancel
Save