Browse Source

dr1

Originally committed as revision 765 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 23 years ago
parent
commit
3cf33c37e7
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavcodec/rv10.c

+ 3
- 0
libavcodec/rv10.c View File

@@ -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…
Cancel
Save