mirror of https://git.ffmpeg.org/ffmpeg.git
cosmetics: indentation
Originally committed as revision 9012 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f6993c9fa1
commit
6d8bfb52f0
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue