mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-10 17:14:41 +00:00
10l (uninitialized var ...)
Originally committed as revision 2589 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user