summaryrefslogtreecommitdiff
path: root/libavcodec/wnv1.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/wnv1.c')
-rw-r--r--libavcodec/wnv1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wnv1.c b/libavcodec/wnv1.c
index d4b01ac573..bc5d69ae56 100644
--- a/libavcodec/wnv1.c
+++ b/libavcodec/wnv1.c
@@ -141,5 +141,5 @@ AVCodec wnv1_decoder = {
NULL,
decode_frame,
CODEC_CAP_DR1,
- .long_name = "Winnov WNV1",
+ .long_name = NULL_IF_CONFIG_SMALL("Winnov WNV1"),
};