10l (uninitialized var ...)

Originally committed as revision 2589 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2003-12-10 16:20:28 +00:00
parent e56d417bee
commit 7f9b37b08e
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ static int rv20_decode_picture_header(MpegEncContext *s)
}
// printf("%d %d %d %d %d\n", seq, (int)s->time, (int)s->last_non_b_time, s->pp_time, s->pb_time);
ff_h263_decode_mba(s);
mb_pos= ff_h263_decode_mba(s);
s->no_rounding= get_bits1(&s->gb);
s->f_code = 1;