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
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue