mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/mpegvideo: update disabled assert() to av_assert0()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
88b071a473
commit
5e763920a4
@ -1761,7 +1761,7 @@ void ff_MPV_frame_end(MpegEncContext *s)
|
||||
break;
|
||||
}
|
||||
}
|
||||
assert(i < MAX_PICTURE_COUNT);
|
||||
av_assert0(i < MAX_PICTURE_COUNT);
|
||||
#endif
|
||||
|
||||
// clear copies, to avoid confusion
|
||||
|
Loading…
Reference in New Issue
Block a user