summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/rv10.c
diff options
context:
space:
mode:
authorJames Stembridge <jstembridge@users.sourceforge.net>2003-05-26 20:07:08 +0000
committerJames Stembridge <jstembridge@users.sourceforge.net>2003-05-26 20:07:08 +0000
commit3f6e3f3dba32a03b84e055fdf36aa10e5e6b4a46 (patch)
tree016098e882a7a4cb3e447ea87b9a4f09253f4f24 /src/libffmpeg/libavcodec/rv10.c
parent04efc58c21ec343998bb65c3a653698e6be901ff (diff)
downloadxine-lib-3f6e3f3dba32a03b84e055fdf36aa10e5e6b4a46.tar.gz
xine-lib-3f6e3f3dba32a03b84e055fdf36aa10e5e6b4a46.tar.bz2
fix rv10 playback
CVS patchset: 4948 CVS date: 2003/05/26 20:07:08
Diffstat (limited to 'src/libffmpeg/libavcodec/rv10.c')
-rw-r--r--src/libffmpeg/libavcodec/rv10.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/rv10.c b/src/libffmpeg/libavcodec/rv10.c
index 8244cb5dc..4b351ea1e 100644
--- a/src/libffmpeg/libavcodec/rv10.c
+++ b/src/libffmpeg/libavcodec/rv10.c
@@ -387,6 +387,8 @@ static int rv10_decode_init(AVCodecContext *avctx)
rv_chrom_code, 2, 2);
done = 1;
}
+
+ avctx->pix_fmt = PIX_FMT_YUV420P;
return 0;
}