mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08: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:
@@ -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"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user