Browse Source

ituh263dec: use av_assert

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 13 years ago
parent
commit
91ce7c21f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/ituh263dec.c

+ 1
- 1
libavcodec/ituh263dec.c 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)) {


Loading…
Cancel
Save