mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
dr1
Originally committed as revision 765 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
94aec31fa0
commit
3cf33c37e7
@ -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 = {
|
|||||||
NULL,
|
NULL,
|
||||||
rv10_decode_end,
|
rv10_decode_end,
|
||||||
rv10_decode_frame,
|
rv10_decode_frame,
|
||||||
|
CODEC_CAP_DR1
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user