summaryrefslogtreecommitdiff
path: root/libavcodec/bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/bmp.c')
-rw-r--r--libavcodec/bmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/bmp.c b/libavcodec/bmp.c
index f97b5e5b5c..16a5e92825 100644
--- a/libavcodec/bmp.c
+++ b/libavcodec/bmp.c
@@ -258,5 +258,5 @@ AVCodec bmp_decoder = {
NULL,
bmp_decode_end,
bmp_decode_frame,
- .long_name = "BMP image",
+ .long_name = NULL_IF_CONFIG_SMALL("BMP image"),
};