summaryrefslogtreecommitdiff
path: root/libavcodec/txd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/txd.c')
-rw-r--r--libavcodec/txd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/txd.c b/libavcodec/txd.c
index d999d71d61..2a4f7900ad 100644
--- a/libavcodec/txd.c
+++ b/libavcodec/txd.c
@@ -162,5 +162,6 @@ AVCodec txd_decoder = {
txd_end,
txd_decode_frame,
0,
- NULL
+ NULL,
+ .long_name = "Renderware TXD (TeXture Dictionary) image",
};