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

Paul B Mahol onemda at gmail.com
Thu Sep 19 19:55:30 CEST 2013


On 9/19/13, Michael Niedermayer <michaelni at gmx.at> wrote:
> 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."),
>

So you are ok to remove that one too, or?

>  [...]
>
> --
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> There will always be a question for which you do not know the correct
> answer.
>


More information about the ffmpeg-devel mailing list