summaryrefslogtreecommitdiff
path: root/libavcodec/cinepak.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/cinepak.c')
-rw-r--r--libavcodec/cinepak.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cinepak.c b/libavcodec/cinepak.c
index ad3823f828..b83edd19af 100644
--- a/libavcodec/cinepak.c
+++ b/libavcodec/cinepak.c
@@ -463,5 +463,5 @@ AVCodec cinepak_decoder = {
cinepak_decode_end,
cinepak_decode_frame,
CODEC_CAP_DR1,
- .long_name = "Cinepak",
+ .long_name = NULL_IF_CONFIG_SMALL("Cinepak"),
};