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

Michael Niedermayer michaelni at gmx.at
Thu Sep 19 19:48:59 CEST 2013


On Thu, Sep 19, 2013 at 05:40:24PM +0000, Paul B Mahol wrote:
> 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."),

compare to crop:
 .description   = NULL_IF_CONFIG_SMALL("Crop the input video to width:height:x:y."),

 [...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

There will always be a question for which you do not know the correct answer.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130919/2d0a8d6a/attachment.asc>


More information about the ffmpeg-devel mailing list