From c0bd35c70c23202971117ee71c98511e6edd5a75 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Fri, 5 Jun 2009 08:48:34 +0000 Subject: renderware txd image decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed as revision 19110 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/txd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/txd.c') diff --git a/libavcodec/txd.c b/libavcodec/txd.c index a3cbde5f0b..5065d08f19 100644 --- a/libavcodec/txd.c +++ b/libavcodec/txd.c @@ -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"), }; -- cgit v1.2.3