mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
ituh263dec: use av_assert
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9eb6e5cc48
commit
91ce7c21f0
@ -346,7 +346,7 @@ static void preview_obmc(MpegEncContext *s){
|
|||||||
s->block_index[i]+= 1;
|
s->block_index[i]+= 1;
|
||||||
s->mb_x++;
|
s->mb_x++;
|
||||||
|
|
||||||
assert(s->pict_type == AV_PICTURE_TYPE_P);
|
av_assert2(s->pict_type == AV_PICTURE_TYPE_P);
|
||||||
|
|
||||||
do{
|
do{
|
||||||
if (get_bits1(&s->gb)) {
|
if (get_bits1(&s->gb)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user