summaryrefslogtreecommitdiff
path: root/libavcodec/rv10.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-12-10 16:20:28 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-12-10 16:20:28 +0000
commit7f9b37b08eb7c3f3cf2f76031e123f09caa733f7 (patch)
treec1ce04edfca8441cc67abc6ade3d873f5ec240c3 /libavcodec/rv10.c
parente56d417beeb7cda62b3df8a99a30c8cc3adae0fb (diff)
10l (uninitialized var ...)
Originally committed as revision 2589 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rv10.c')
-rw-r--r--libavcodec/rv10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c
index 42eacbda12..08d59cf680 100644
--- a/libavcodec/rv10.c
+++ b/libavcodec/rv10.c
@@ -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;