comparison rv10.c @ 1675:6ec50457bb9b libavcodec

10l (uninitialized var ...)
author michael
date Wed, 10 Dec 2003 16:20:28 +0000
parents 4c9fd29f1606
children 651b422d51d8
comparison
equal deleted inserted replaced
1674:835964e33ba2 1675:6ec50457bb9b
402 } 402 }
403 } 403 }
404 } 404 }
405 // printf("%d %d %d %d %d\n", seq, (int)s->time, (int)s->last_non_b_time, s->pp_time, s->pb_time); 405 // printf("%d %d %d %d %d\n", seq, (int)s->time, (int)s->last_non_b_time, s->pp_time, s->pb_time);
406 406
407 ff_h263_decode_mba(s); 407 mb_pos= ff_h263_decode_mba(s);
408 s->no_rounding= get_bits1(&s->gb); 408 s->no_rounding= get_bits1(&s->gb);
409 409
410 s->f_code = 1; 410 s->f_code = 1;
411 s->unrestricted_mv = 1; 411 s->unrestricted_mv = 1;
412 s->h263_aic= s->pict_type == I_TYPE; 412 s->h263_aic= s->pict_type == I_TYPE;