summaryrefslogtreecommitdiff
path: root/libavcodec/vb.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vb.c')
-rw-r--r--libavcodec/vb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vb.c b/libavcodec/vb.c
index b448755387..e0a587431c 100644
--- a/libavcodec/vb.c
+++ b/libavcodec/vb.c
@@ -278,6 +278,6 @@ AVCodec vb_decoder = {
NULL,
decode_end,
decode_frame,
- .long_name = "Beam Software VB",
+ .long_name = NULL_IF_CONFIG_SMALL("Beam Software VB"),
};