summaryrefslogtreecommitdiff
path: root/libavformat/txd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/txd.c')
-rw-r--r--libavformat/txd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/txd.c b/libavformat/txd.c
index 8092a41a48..e8e263c6fd 100644
--- a/libavformat/txd.c
+++ b/libavformat/txd.c
@@ -94,7 +94,7 @@ static int txd_read_close(AVFormatContext *s) {
AVInputFormat txd_demuxer =
{
"txd",
- "txd format",
+ NULL_IF_CONFIG_SMALL("txd format"),
0,
txd_probe,
txd_read_header,