[FFmpeg-devel] [PATCH 2/2] doc/ffmpeg: correct minor typo
Ganesh Ajjanagadde
gajjanagadde at gmail.com
Tue Aug 11 04:38:08 CEST 2015
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde at gmail.com>
---
doc/ffmpeg.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 04dea6d..3d9fa3a 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -295,8 +295,8 @@ Set the file size limit, expressed in bytes.
@item -ss @var{position} (@emph{input/output})
When used as an input option (before @code{-i}), seeks in this input file to
- at var{position}. Note the in most formats it is not possible to seek exactly, so
- at command{ffmpeg} will seek to the closest seek point before @var{position}.
+ at var{position}. Note that in most formats it is not possible to seek exactly,
+so @command{ffmpeg} will seek to the closest seek point before @var{position}.
When transcoding and @option{-accurate_seek} is enabled (the default), this
extra segment between the seek point and @var{position} will be decoded and
discarded. When doing stream copy or when @option{-noaccurate_seek} is used, it
--
2.5.0
More information about the ffmpeg-devel
mailing list