summaryrefslogtreecommitdiff
path: root/libavcodec/dxa.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dxa.c')
-rw-r--r--libavcodec/dxa.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/dxa.c b/libavcodec/dxa.c
index 380fa1f8db..2df987ab07 100644
--- a/libavcodec/dxa.c
+++ b/libavcodec/dxa.c
@@ -326,6 +326,7 @@ AVCodec dxa_decoder = {
decode_init,
NULL,
decode_end,
- decode_frame
+ decode_frame,
+ .long_name = "Feeble Files/ScummVM DXA",
};