1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

renderware txd image decoder uses get_buffer, set CODEC_CAP_DR1

Originally committed as revision 19110 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2009-06-05 08:48:34 +00:00
parent fa27733cea
commit c0bd35c70c

View File

@ -163,7 +163,7 @@ AVCodec txd_decoder = {
NULL,
txd_end,
txd_decode_frame,
0,
CODEC_CAP_DR1,
NULL,
.long_name = NULL_IF_CONFIG_SMALL("Renderware TXD (TeXture Dictionary) image"),
};