Commit 8577b185 authored by aurel's avatar aurel

cosmetics: indentation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9012 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6589a302
...@@ -4600,7 +4600,8 @@ static av_always_inline void encode_mb_internal(MpegEncContext *s, int motion_x, ...@@ -4600,7 +4600,8 @@ static av_always_inline void encode_mb_internal(MpegEncContext *s, int motion_x,
h263_encode_mb(s, s->block, motion_x, motion_y); break; h263_encode_mb(s, s->block, motion_x, motion_y); break;
case CODEC_ID_MJPEG: case CODEC_ID_MJPEG:
if (ENABLE_MJPEG_ENCODER) if (ENABLE_MJPEG_ENCODER)
mjpeg_encode_mb(s, s->block); break; mjpeg_encode_mb(s, s->block);
break;
default: default:
assert(0); assert(0);
} }
......
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