summaryrefslogtreecommitdiff
path: root/libavcodec/imc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/imc.c')
-rw-r--r--libavcodec/imc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imc.c b/libavcodec/imc.c
index 12ce595366..80372b82b4 100644
--- a/libavcodec/imc.c
+++ b/libavcodec/imc.c
@@ -813,5 +813,5 @@ AVCodec imc_decoder = {
.init = imc_decode_init,
.close = imc_decode_close,
.decode = imc_decode_frame,
- .long_name = "IMC (Intel Music Coder)",
+ .long_name = NULL_IF_CONFIG_SMALL("IMC (Intel Music Coder)"),
};