summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/rv10.c
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-08-07 19:46:28 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-08-07 19:46:28 +0000
commit4b4e6ae115219bac7488463bfd74f2ca3faf031d (patch)
tree41ac133c9e1eb9b686ffe3d08c34fbeb15b04a18 /src/libffmpeg/libavcodec/rv10.c
parenta56d88fc434e5ee124867b1af13d6398ce5e9a5a (diff)
downloadxine-lib-4b4e6ae115219bac7488463bfd74f2ca3faf031d.tar.gz
xine-lib-4b4e6ae115219bac7488463bfd74f2ca3faf031d.tar.bz2
- sync with ffmpeg cvs
- apply Zdenek Kabelac patches to enable -fpic compiling (why this stuff isn't in ffmpeg cvs?) CVS patchset: 2402 CVS date: 2002/08/07 19:46:28
Diffstat (limited to 'src/libffmpeg/libavcodec/rv10.c')
-rw-r--r--src/libffmpeg/libavcodec/rv10.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/rv10.c b/src/libffmpeg/libavcodec/rv10.c
index 438d0dd38..248305929 100644
--- a/src/libffmpeg/libavcodec/rv10.c
+++ b/src/libffmpeg/libavcodec/rv10.c
@@ -345,6 +345,8 @@ static int rv10_decode_init(AVCodecContext *avctx)
s->h263_rv10 = 1;
s->rv10_version = avctx->sub_id;
+
+ s->flags= avctx->flags;
if (MPV_common_init(s) < 0)
return -1;
@@ -507,4 +509,5 @@ AVCodec rv10_decoder = {
NULL,
rv10_decode_end,
rv10_decode_frame,
+ CODEC_CAP_DR1
};