summaryrefslogtreecommitdiffstats
path: root/libavcodec/snow.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/snow.c')
-rw-r--r--libavcodec/snow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/snow.c b/libavcodec/snow.c
index 4d1bb70..dd736b4 100644
--- a/libavcodec/snow.c
+++ b/libavcodec/snow.c
@@ -4661,7 +4661,7 @@ AVCodec snow_decoder = {
decode_frame,
0 /*CODEC_CAP_DR1*/ /*| CODEC_CAP_DRAW_HORIZ_BAND*/,
NULL,
- .long_name = "Snow",
+ .long_name = NULL_IF_CONFIG_SMALL("Snow"),
};
#ifdef CONFIG_SNOW_ENCODER
@@ -4673,7 +4673,7 @@ AVCodec snow_encoder = {
encode_init,
encode_frame,
encode_end,
- .long_name = "Snow",
+ .long_name = NULL_IF_CONFIG_SMALL("Snow"),
};
#endif
OpenPOWER on IntegriCloud