aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/rv10.c
diff options
context:
space:
mode:
authorMichael Niedermayer2002-07-14 18:37:35 +0000
committerMichael Niedermayer2002-07-14 18:37:35 +0000
commit93a21abde5c7788e339e5a0fd1f3f02aec676112 (patch)
tree9e9bac40bf3451590a1da8384d6f0d3401741032 /libavcodec/rv10.c
parent4f68b0847e2884ad5818d98715a0f1440b7b60a5 (diff)
direct rendering method 1 support
Originally committed as revision 759 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 3df2c6713b..9ba12befe3 100644
--- a/libavcodec/rv10.c
+++ b/libavcodec/rv10.c
@@ -419,7 +419,7 @@ static int rv10_decode_frame(AVCodecContext *avctx,
}
if (s->mb_x == 0 && s->mb_y == 0) {
- MPV_frame_start(s);
+ MPV_frame_start(s, avctx);
}
#ifdef DEBUG