summaryrefslogtreecommitdiff
path: root/libavcodec/nuv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/nuv.c')
-rw-r--r--libavcodec/nuv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/nuv.c b/libavcodec/nuv.c
index 5953121027..189a4e9e29 100644
--- a/libavcodec/nuv.c
+++ b/libavcodec/nuv.c
@@ -270,6 +270,6 @@ AVCodec nuv_decoder = {
decode_end,
decode_frame,
CODEC_CAP_DR1,
- .long_name = "NuppelVideo",
+ .long_name = NULL_IF_CONFIG_SMALL("NuppelVideo"),
};