Commit f1cdd863 authored by Baptiste Coudurier's avatar Baptiste Coudurier

pcx decoder use get_buffer, set CODEC_CAP_DR1

Originally committed as revision 19098 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5f27348b
...@@ -244,7 +244,7 @@ AVCodec pcx_decoder = { ...@@ -244,7 +244,7 @@ AVCodec pcx_decoder = {
NULL, NULL,
pcx_end, pcx_end,
pcx_decode_frame, pcx_decode_frame,
0, CODEC_CAP_DR1,
NULL, NULL,
.long_name = NULL_IF_CONFIG_SMALL("PC Paintbrush PCX image"), .long_name = NULL_IF_CONFIG_SMALL("PC Paintbrush PCX image"),
}; };
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