summaryrefslogtreecommitdiff
path: root/libavcodec/txd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/txd.c')
-rw-r--r--libavcodec/txd.c2
1 files changed, 1 insertions, 1 deletions
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"),
};