summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-07-27 14:25:25 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-07-27 15:23:13 +0200
commit5e763920a44f85251807d5a5d998a67fb98e32c1 (patch)
tree4ba9151b3f065e895c55caa1967a5fbe8a1f4a4c /libavcodec/mpegvideo.c
parent88b071a473925d6c168ba7f0c0a505983936b577 (diff)
avcodec/mpegvideo: update disabled assert() to av_assert0()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r--libavcodec/mpegvideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index 4116f340d9..e987d876e9 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -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