[FFmpeg-devel] [PATCH] avfilter/vf_pad: remove options description from filter description

Paul B Mahol onemda at gmail.com
Thu Sep 19 19:40:24 CEST 2013


No other filter does that.

Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
 libavfilter/vf_pad.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_pad.c b/libavfilter/vf_pad.c
index 45b32e6..23324a9 100644
--- a/libavfilter/vf_pad.c
+++ b/libavfilter/vf_pad.c
@@ -394,7 +394,7 @@ static const AVFilterPad avfilter_vf_pad_outputs[] = {
 
 AVFilter avfilter_vf_pad = {
     .name          = "pad",
-    .description   = NULL_IF_CONFIG_SMALL("Pad input image to width:height[:x:y[:color]] (default x and y: 0, default color: black)."),
+    .description   = NULL_IF_CONFIG_SMALL("Pad input image."),
     .priv_size     = sizeof(PadContext),
     .priv_class    = &pad_class,
     .query_formats = query_formats,
-- 
1.7.11.2



More information about the ffmpeg-devel mailing list