mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
ituh263dec: use av_assert
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user