summaryrefslogtreecommitdiff
path: root/libavcodec/loco.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/loco.c')
-rw-r--r--libavcodec/loco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/loco.c b/libavcodec/loco.c
index fcf93151e1..ad5737ec5b 100644
--- a/libavcodec/loco.c
+++ b/libavcodec/loco.c
@@ -282,5 +282,5 @@ AVCodec loco_decoder = {
NULL,
decode_frame,
CODEC_CAP_DR1,
- .long_name = "LOCO",
+ .long_name = NULL_IF_CONFIG_SMALL("LOCO"),
};