ituh263dec: use av_assert

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-07-01 18:04:08 +02:00
parent 9eb6e5cc48
commit 91ce7c21f0
1 changed files with 1 additions and 1 deletions

View File

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