You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/mpegvideo: update disabled assert() to av_assert0()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -1761,7 +1761,7 @@ void ff_MPV_frame_end(MpegEncContext *s)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
assert(i < MAX_PICTURE_COUNT);
|
av_assert0(i < MAX_PICTURE_COUNT);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// clear copies, to avoid confusion
|
// clear copies, to avoid confusion
|
||||||
|
Reference in New Issue
Block a user