Commit 52b91753 authored by Kostya Shishkov's avatar Kostya Shishkov

Add decoder flags

Originally committed as revision 11182 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent da71cdad
......@@ -142,4 +142,5 @@ AVCodec rv30_decoder = {
NULL,
ff_rv34_decode_end,
ff_rv34_decode_frame,
CODEC_CAP_DR1 | CODEC_CAP_DELAY,
};
......@@ -272,4 +272,5 @@ AVCodec rv40_decoder = {
NULL,
ff_rv34_decode_end,
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