You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 22:24:04 +02:00
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