[FFmpeg-cvslog] r23923 - trunk/libavfilter/vf_pad.c

stefano subversion
Thu Jul 1 01:52:29 CEST 2010


Author: stefano
Date: Thu Jul  1 01:52:28 2010
New Revision: 23923

Log:
Set pad description with NULL_IF_CONFIG_SMALL(), consistent with the
other filters.

Modified:
   trunk/libavfilter/vf_pad.c

Modified: trunk/libavfilter/vf_pad.c
==============================================================================
--- trunk/libavfilter/vf_pad.c	Thu Jul  1 01:52:26 2010	(r23922)
+++ trunk/libavfilter/vf_pad.c	Thu Jul  1 01:52:28 2010	(r23923)
@@ -306,7 +306,7 @@ static void draw_slice(AVFilterLink *lin
 
 AVFilter avfilter_vf_pad = {
     .name          = "pad",
-    .description   = "Add paddings to the input image.",
+    .description   = NULL_IF_CONFIG_SMALL("Add paddings to the input image."),
 
     .priv_size     = sizeof(PadContext),
     .init          = init,



More information about the ffmpeg-cvslog mailing list