Commit f7b4d4bf authored by michaelni's avatar michaelni

dr1


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@765 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7a6542e7
......@@ -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
};
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