summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vorbis_dec.c')
-rw-r--r--libavcodec/vorbis_dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vorbis_dec.c b/libavcodec/vorbis_dec.c
index 5cce320420..299c787734 100644
--- a/libavcodec/vorbis_dec.c
+++ b/libavcodec/vorbis_dec.c
@@ -1634,6 +1634,6 @@ AVCodec vorbis_decoder = {
NULL,
vorbis_decode_close,
vorbis_decode_frame,
- .long_name = "Vorbis",
+ .long_name = NULL_IF_CONFIG_SMALL("Vorbis"),
};