summaryrefslogtreecommitdiff
path: root/libavcodec/cyuv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/cyuv.c')
-rw-r--r--libavcodec/cyuv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cyuv.c b/libavcodec/cyuv.c
index 26bf7550db..d64f6df275 100644
--- a/libavcodec/cyuv.c
+++ b/libavcodec/cyuv.c
@@ -181,6 +181,6 @@ AVCodec cyuv_decoder = {
cyuv_decode_frame,
CODEC_CAP_DR1,
NULL,
- .long_name = "Creative YUV (CYUV)",
+ .long_name = NULL_IF_CONFIG_SMALL("Creative YUV (CYUV)"),
};