From 91ce7c21f042edda1add197d9456e69a11a19f05 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 1 Jul 2012 18:04:08 +0200 Subject: [PATCH] ituh263dec: use av_assert Signed-off-by: Michael Niedermayer --- libavcodec/ituh263dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/ituh263dec.c b/libavcodec/ituh263dec.c index 141cb02e70..16e8e5165e 100644 --- a/libavcodec/ituh263dec.c +++ b/libavcodec/ituh263dec.c @@ -346,7 +346,7 @@ static void preview_obmc(MpegEncContext *s){ s->block_index[i]+= 1; s->mb_x++; - assert(s->pict_type == AV_PICTURE_TYPE_P); + av_assert2(s->pict_type == AV_PICTURE_TYPE_P); do{ if (get_bits1(&s->gb)) {