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

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


Author: stefano
Date: Thu Jul  1 01:52:26 2010
New Revision: 23922

Log:
Improve description for the pad filter.

Modified:
   trunk/libavfilter/vf_pad.c

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



More information about the ffmpeg-cvslog mailing list