[FFmpeg-devel] [PATCH 1/5] avfilter/af_afade: fix crossfade duration maximum value

Marton Balint cus at passwd.hu
Mon Oct 1 10:55:47 EEST 2018



On Mon, 1 Oct 2018, Gyan wrote:

> On Mon, Oct 1, 2018 at 2:15 AM Marton Balint <cus at passwd.hu> wrote:
>
>>
>> +    { "duration",     "set cross fade duration",
>>  OFFSET(duration),     AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, 60000000,
>> FLAGS },
>> +    { "d",            "set cross fade duration",
>>  OFFSET(duration),     AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, 60000000,
>> FLAGS },
>>
>
> What's the rationale for this non-standard value?

Maybe Paul can answer this.

Regards,
Marton


More information about the ffmpeg-devel mailing list