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 c05cc8e248..bfb2bb6ea2 100644
--- a/libavcodec/txd.c
+++ b/libavcodec/txd.c
@@ -162,5 +162,5 @@ AVCodec ff_txd_decoder = {
.close = txd_end,
.decode = txd_decode_frame,
.capabilities = CODEC_CAP_DR1,
- .long_name = NULL_IF_CONFIG_SMALL("Renderware TXD (TeXture Dictionary) image"),
+ .long_name = NULL_IF_CONFIG_SMALL("Renderware TXD (TeXture Dictionary) image"),
};