[FFmpeg-cvslog] doc/muxers/segment: fix formula for computing the segment_time_delta value

Stefano Sabatini git at videolan.org
Sun Jan 19 12:21:42 CET 2014


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Jan 19 12:19:11 2014 +0100| [529573591a4837a851660fb0f89e76c533b18e41] | committer: Stefano Sabatini

doc/muxers/segment: fix formula for computing the segment_time_delta value

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=529573591a4837a851660fb0f89e76c533b18e41
---

 doc/muxers.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index f369df5..b83c557 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -837,7 +837,7 @@ In particular may be used in combination with the @file{ffmpeg} option
 @var{force_key_frames} may not be set accurately because of rounding
 issues, with the consequence that a key frame time may result set just
 before the specified time. For constant frame rate videos a value of
-1/2*@var{frame_rate} should address the worst case mismatch between
+1/(2*@var{frame_rate}) should address the worst case mismatch between
 the specified time and the time set by @var{force_key_frames}.
 
 @item segment_times @var{times}



More information about the ffmpeg-cvslog mailing list