Commit 7bbf3f2c authored by Baptiste Coudurier's avatar Baptiste Coudurier

indeo3 decoder uses get_buffer, set CODEC_CAP_DR1

Originally committed as revision 19090 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 74a841af
...@@ -1133,7 +1133,7 @@ AVCodec indeo3_decoder = { ...@@ -1133,7 +1133,7 @@ AVCodec indeo3_decoder = {
NULL, NULL,
indeo3_decode_end, indeo3_decode_end,
indeo3_decode_frame, indeo3_decode_frame,
0, CODEC_CAP_DR1,
NULL, NULL,
.long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"), .long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"),
}; };
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