Commit 06a1c662 authored by aurel's avatar aurel

cosmetics: indentation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8593 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent deafcfb4
...@@ -2046,9 +2046,8 @@ static int mjpeg_decode_frame(AVCodecContext *avctx, ...@@ -2046,9 +2046,8 @@ static int mjpeg_decode_frame(AVCodecContext *avctx,
*(dst++) = x; *(dst++) = x;
if (avctx->codec_id != CODEC_ID_THP) if (avctx->codec_id != CODEC_ID_THP)
{ {
if (x == 0xff) if (x == 0xff) {
{ while (src < buf_end && x == 0xff)
while(src<buf_end && x == 0xff)
x = *(src++); x = *(src++);
if (x >= 0xd0 && x <= 0xd7) if (x >= 0xd0 && x <= 0xd7)
......
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