mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-05 06:40:03 +00: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->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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user