[FFmpeg-cvslog] doc/muxers: remove confusing example for segment muxer option clocktime_wrap_duration
Marton Balint
git at videolan.org
Sun Feb 5 00:49:15 EET 2017
ffmpeg | branch: master | Marton Balint <cus at passwd.hu> | Fri Jan 27 01:56:30 2017 +0100| [1687fa2131310875e9366b67601ff28e55a43d1c] | committer: Marton Balint
doc/muxers: remove confusing example for segment muxer option clocktime_wrap_duration
Detecting a leap second depends on a lot of things, segment time, segment
offset, system leap second implementation, the removed part is a huge
simplification which can be misleading, so it is best to remove it.
Signed-off-by: Marton Balint <cus at passwd.hu>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1687fa2131310875e9366b67601ff28e55a43d1c
---
doc/muxers.texi | 3 ---
1 file changed, 3 deletions(-)
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 4372078..d07ae9b 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1441,9 +1441,6 @@ within the specified duration after the segmenting clock time. This way you
can make the segmenter more resilient to backward local time jumps, such as
leap seconds or transition to standard time from daylight savings time.
-Assuming that the delay between the packets of your source is less than 0.5
-second you can detect a leap second by specifying 0.5 as the duration.
-
Default is the maximum possible duration which means starting a new segment
regardless of the elapsed time since the last clock time.
More information about the ffmpeg-cvslog
mailing list