projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dc494f
)
doc/muxers/segment: fix formula for computing the segment_time_delta value
author
Stefano Sabatini
<stefasab@gmail.com>
Sun, 19 Jan 2014 11:19:11 +0000
(12:19 +0100)
committer
Stefano Sabatini
<stefasab@gmail.com>
Sun, 19 Jan 2014 11:20:10 +0000
(12:20 +0100)
doc/muxers.texi
patch
|
blob
|
history
diff --git
a/doc/muxers.texi
b/doc/muxers.texi
index
f369df5
..
b83c557
100644
(file)
--- 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}