Commit 5e763920 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/mpegvideo: update disabled assert() to av_assert0()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 88b071a4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment