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