summaryrefslogtreecommitdiff
path: root/libavcodec/rv10.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-07-16 01:24:02 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-07-16 01:24:02 +0000
commit3cf33c37e7bd9287c9de81bc2ec205237959c423 (patch)
treec8b54d28084e856f1aadd1a881772eb338be2f32 /libavcodec/rv10.c
parent94aec31fa06f6715820147471565e716ef112fd7 (diff)
dr1
Originally committed as revision 765 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rv10.c')
-rw-r--r--libavcodec/rv10.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c
index 438d0dd387..2483059296 100644
--- a/libavcodec/rv10.c
+++ b/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
};