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:
Stefano Sabatini
2010-09-24 20:41:14 +00:00
parent 120119225a
commit a6881c6a38
7 changed files with 8 additions and 8 deletions

View File

@@ -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),