Commit 8a3f077c authored by mstorsjo's avatar mstorsjo

Reindent


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23603 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7ab1972d
...@@ -179,8 +179,8 @@ static int decode_tag(AVCodecContext * avctx, ...@@ -179,8 +179,8 @@ static int decode_tag(AVCodecContext * avctx,
blocks = 8; break; blocks = 8; break;
default: default:
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;
break; 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