summaryrefslogtreecommitdiff
path: root/libavfilter/vf_slicify.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_slicify.c')
-rw-r--r--libavfilter/vf_slicify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_slicify.c b/libavfilter/vf_slicify.c
index dadfd26d8b..82406fe18a 100644
--- a/libavfilter/vf_slicify.c
+++ b/libavfilter/vf_slicify.c
@@ -97,7 +97,7 @@ static void draw_slice(AVFilterLink *link, int y, int h, int slice_dir)
AVFilter avfilter_vf_slicify = {
.name = "slicify",
- .description = "Pass the images of input video on to next video filter as multiple slices.",
+ .description = NULL_IF_CONFIG_SMALL("Pass the images of input video on to next video filter as multiple slices."),
.init = init,