Commit bd760b18 authored by michael's avatar michael

10l (uninitialized var ...)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2589 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9b78460d
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment