summaryrefslogtreecommitdiff
path: root/libavfilter/vf_libopencv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_libopencv.c')
-rw-r--r--libavfilter/vf_libopencv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_libopencv.c b/libavfilter/vf_libopencv.c
index 55e49e1377..c2b59627a8 100644
--- a/libavfilter/vf_libopencv.c
+++ b/libavfilter/vf_libopencv.c
@@ -134,7 +134,7 @@ static void smooth_end_frame(AVFilterLink *inlink)
AVFilter avfilter_vf_ocv_smooth = {
.name = "ocv_smooth",
- .description = "Apply smooth transform using libopencv.",
+ .description = NULL_IF_CONFIG_SMALL("Apply smooth transform using libopencv."),
.priv_size = sizeof(SmoothContext),