[FFmpeg-devel] patch to pad filter description text

John Calcote john.calcote
Thu Jul 1 22:10:49 CEST 2010


This patch should help the poor devil who can't figure out the new pad
commands. :) We really should remove the old commands' help text and
update the docs too.

Index: vf_pad.c
===================================================================
--- vf_pad.c    (revision 23939)
+++ 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,

Regards,
John



More information about the ffmpeg-devel mailing list