Commit f1a12c76 authored by Martin Storsjö's avatar Martin Storsjö

Reindent

Originally committed as revision 23603 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f7a30c0b
......@@ -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;
......
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