Browse Source

10l (uninitialized var ...)

Originally committed as revision 2589 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 22 years ago
parent
commit
7f9b37b08e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/rv10.c

+ 1
- 1
libavcodec/rv10.c 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;


Loading…
Cancel
Save