summaryrefslogtreecommitdiff
path: root/libavcodec/aasc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aasc.c')
-rw-r--r--libavcodec/aasc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aasc.c b/libavcodec/aasc.c
index 23279c645f..1e599e0daa 100644
--- a/libavcodec/aasc.c
+++ b/libavcodec/aasc.c
@@ -171,4 +171,5 @@ AVCodec aasc_decoder = {
aasc_decode_end,
aasc_decode_frame,
CODEC_CAP_DR1,
+ .long_name = "Autodesk RLE",
};