[FFmpeg-devel] [PATCH] Enhance pad filter command-line description.

John Calcote john.calcote
Thu Jul 1 23:50:29 CEST 2010


Index: vf_pad.c
===================================================================
--- vf_pad.c    (revision 23945)
+++ vf_pad.c    (working copy)
@@ -306,7 +306,7 @@

 AVFilter avfilter_vf_pad = {
     .name          = "pad",
-    .description   = NULL_IF_CONFIG_SMALL("Add paddings to the input image."),
+    .description   = NULL_IF_CONFIG_SMALL("Pad input image to width:height:x:y[:color] (def color: black)."),

     .priv_size     = sizeof(PadContext),
     .init          = init,





More information about the ffmpeg-devel mailing list