Re: [FFmpeg-devel] [PATCH] lavf/segment: sanitize segment end time in case last packet didn't have a defined duration

2014-07-22 Thread Stefano Sabatini
On date Thursday 2014-07-17 20:39:21 +0200, Stefano Sabatini encoded: In particular, avoids to set segments with a 0 duration (e.g. segment with a single reference frame for which duration is undefined). --- libavformat/segment.c | 6 ++ 1 file changed, 6 insertions(+) Applied. --

[FFmpeg-devel] [PATCH] lavf/segment: sanitize segment end time in case last packet didn't have a defined duration

2014-07-17 Thread Stefano Sabatini
In particular, avoids to set segments with a 0 duration (e.g. segment with a single reference frame for which duration is undefined). --- libavformat/segment.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavformat/segment.c b/libavformat/segment.c index db932f7..33a5558 100644 ---