[FFmpeg-devel] [PATCHv2 2/2] lavf/segment: add new option segment_clocktime_wrap_duration

Marton Balint cus at passwd.hu
Thu Jan 28 21:40:54 CET 2016


On Thu, 28 Jan 2016, Stefano Sabatini wrote:
> On date Thursday 2016-01-28 00:49:28 +0100, Marton Balint encoded:
>> This option can force the segmenter to only start a new segment if a packet
>> reaches the muxer whithin the specified duration after the segmenting clock
>
> nit: whithin => within
>

Fixed.

>> time, which makes it more resilient to backward local time jumps, such as leap
>> seconds or transition to standard time from daylight savings time.
>> 
>> (In addtion to fixing the issues Stefano pointed out I have also fixed the
>> default value for the option to use INT64_MAX instead of INT_MAX)
>> 
>> Signed-off-by: Marton Balint <cus at passwd.hu>
>> ---
>>  doc/muxers.texi       | 12 ++++++++++++
>>  libavformat/segment.c |  4 +++-
>>  2 files changed, 15 insertions(+), 1 deletion(-)
>
> LGTM, thanks.

Applied, thanks.

Regards,
Marton


More information about the ffmpeg-devel mailing list