[SCM] libav/experimental: Enhance pad filter command-line description.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:10:17 UTC 2013


The following commit has been merged in the experimental branch:
commit 478b9d74d4ad42a1cfa822fe32bbd27975feb86b
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Jul 3 19:41:22 2010 +0000

    Enhance pad filter command-line description.
    
    Based on a patch by John Calcote $name.$surname at gmail.com.
    
    Originally committed as revision 24030 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/vf_pad.c b/libavfilter/vf_pad.c
index 786546d..d4b7cec 100644
--- a/libavfilter/vf_pad.c
+++ b/libavfilter/vf_pad.c
@@ -306,7 +306,7 @@ static void draw_slice(AVFilterLink *link, int y, int h, int slice_dir)
 
 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]] (default x and y: 0, default color: black)."),
 
     .priv_size     = sizeof(PadContext),
     .init          = init,

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list