Commit 7ce71048 authored by kostya's avatar kostya

Add decoder flags

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11182 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e79b3572
...@@ -142,4 +142,5 @@ AVCodec rv30_decoder = { ...@@ -142,4 +142,5 @@ AVCodec rv30_decoder = {
NULL, NULL,
ff_rv34_decode_end, ff_rv34_decode_end,
ff_rv34_decode_frame, ff_rv34_decode_frame,
CODEC_CAP_DR1 | CODEC_CAP_DELAY,
}; };
...@@ -272,4 +272,5 @@ AVCodec rv40_decoder = { ...@@ -272,4 +272,5 @@ AVCodec rv40_decoder = {
NULL, NULL,
ff_rv34_decode_end, ff_rv34_decode_end,
ff_rv34_decode_frame, ff_rv34_decode_frame,
CODEC_CAP_DR1 | CODEC_CAP_DELAY,
}; };
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