summaryrefslogtreecommitdiff
path: root/libavcodec/flicvideo.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/flicvideo.c')
-rw-r--r--libavcodec/flicvideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c
index 46aa3fc030..4a8cb5e043 100644
--- a/libavcodec/flicvideo.c
+++ b/libavcodec/flicvideo.c
@@ -750,5 +750,5 @@ AVCodec flic_decoder = {
NULL,
NULL,
NULL,
- .long_name = "Autodesk Animator Flic video",
+ .long_name = NULL_IF_CONFIG_SMALL("Autodesk Animator Flic video"),
};