Commit 133cd270 authored by Martin Storsjö's avatar Martin Storsjö

Reindent

Originally committed as revision 23605 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c5d68fbd
...@@ -166,11 +166,11 @@ static int decode_tag(AVCodecContext * avctx, ...@@ -166,11 +166,11 @@ static int decode_tag(AVCodecContext * avctx,
if (buf_size < avctx->block_align) if (buf_size < avctx->block_align)
return buf_size; return buf_size;
if (buf_size % 64) { if (buf_size % 64) {
av_log(avctx, AV_LOG_DEBUG, "Tag size %d.\n", buf_size); av_log(avctx, AV_LOG_DEBUG, "Tag size %d.\n", buf_size);
return buf_size; return buf_size;
} }
blocks = buf_size / 64; blocks = buf_size / 64;
/* Normal numbers of blocks for sample rates: /* Normal numbers of blocks for sample rates:
* 8000 Hz - 1 * 8000 Hz - 1
* 11025 Hz - 2 * 11025 Hz - 2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment