Skip to content
Snippets Groups Projects
Commit c0bd35c7 authored by Baptiste Coudurier's avatar Baptiste Coudurier
Browse files

renderware txd image decoder uses get_buffer, set CODEC_CAP_DR1

Originally committed as revision 19110 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fa27733c
No related branches found
No related tags found
No related merge requests found
......@@ -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"),
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment