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

Stefano Sabatini stefasab at gmail.com
Fri Sep 20 13:09:46 CEST 2013


On date Thursday 2013-09-19 17:40:24 +0000, Paul B Mahol encoded:
> 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,

No objections from me (especially now that we have -h filter=pad),
same for crop.

Note: I prefer "lavfi/pad" over "avfilter/vf_pad" in the commit
messages.


More information about the ffmpeg-devel mailing list