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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-07-27 14:25:25 +02:00
parent 88b071a473
commit 5e763920a4
1 changed files with 1 additions and 1 deletions

View File

@ -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