Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.
Originally committed as revision 25182 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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),
|
||||
|
||||
|
Reference in New Issue
Block a user