avcodec/msmpeg4enc: Fix indentation
Forgotten after 2b9ab1d54a.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -287,7 +287,7 @@ void ff_msmpeg4_encode_ext_header(MpegEncContext * s)
|
||||
if (s->msmpeg4_version >= 3)
|
||||
put_bits(&s->pb, 1, s->flipflop_rounding);
|
||||
else
|
||||
av_assert0(s->flipflop_rounding==0);
|
||||
av_assert0(!s->flipflop_rounding);
|
||||
}
|
||||
|
||||
void ff_msmpeg4_encode_motion(MpegEncContext * s,
|
||||
|
||||
Reference in New Issue
Block a user