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:
parent
fa27733cea
commit
c0bd35c70c
@ -163,7 +163,7 @@ AVCodec txd_decoder = {
|
|||||||
NULL,
|
NULL,
|
||||||
txd_end,
|
txd_end,
|
||||||
txd_decode_frame,
|
txd_decode_frame,
|
||||||
0,
|
CODEC_CAP_DR1,
|
||||||
NULL,
|
NULL,
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("Renderware TXD (TeXture Dictionary) image"),
|
.long_name = NULL_IF_CONFIG_SMALL("Renderware TXD (TeXture Dictionary) image"),
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user