summaryrefslogtreecommitdiff
path: root/libavcodec/smc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/smc.c')
-rw-r--r--libavcodec/smc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/smc.c b/libavcodec/smc.c
index 7227096717..e05e0b1625 100644
--- a/libavcodec/smc.c
+++ b/libavcodec/smc.c
@@ -484,5 +484,5 @@ AVCodec smc_decoder = {
smc_decode_end,
smc_decode_frame,
CODEC_CAP_DR1,
- .long_name = "QuickTime Graphics (SMC)",
+ .long_name = NULL_IF_CONFIG_SMALL("QuickTime Graphics (SMC)"),
};