summaryrefslogtreecommitdiff
path: root/libavcodec/zmbv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/zmbv.c')
-rw-r--r--libavcodec/zmbv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c
index 51079fa944..b9751a0faa 100644
--- a/libavcodec/zmbv.c
+++ b/libavcodec/zmbv.c
@@ -662,6 +662,6 @@ AVCodec zmbv_decoder = {
NULL,
decode_end,
decode_frame,
- .long_name = "Zip Motion Blocks Video",
+ .long_name = NULL_IF_CONFIG_SMALL("Zip Motion Blocks Video"),
};