Commit 3cf33c37 authored by Michael Niedermayer's avatar Michael Niedermayer

dr1

Originally committed as revision 765 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 94aec31f
...@@ -345,6 +345,8 @@ static int rv10_decode_init(AVCodecContext *avctx) ...@@ -345,6 +345,8 @@ static int rv10_decode_init(AVCodecContext *avctx)
s->h263_rv10 = 1; s->h263_rv10 = 1;
s->rv10_version = avctx->sub_id; s->rv10_version = avctx->sub_id;
s->flags= avctx->flags;
if (MPV_common_init(s) < 0) if (MPV_common_init(s) < 0)
return -1; return -1;
...@@ -507,4 +509,5 @@ AVCodec rv10_decoder = { ...@@ -507,4 +509,5 @@ AVCodec rv10_decoder = {
NULL, NULL,
rv10_decode_end, rv10_decode_end,
rv10_decode_frame, rv10_decode_frame,
CODEC_CAP_DR1
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment