diff options
author | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-08-10 22:38:08 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-11 14:39:23 +0200 |
commit | 92a4bda95b84c9d958bdac28b5ff359a13f093ac (patch) | |
tree | 1ab6342cc246ecdc7ac4c080092f1e47d0d4fa11 /doc/ffmpeg.texi | |
parent | 44857e7a3696bf1a3521be8c0b7354d04af68721 (diff) | |
download | ffmpeg-92a4bda95b84c9d958bdac28b5ff359a13f093ac.tar.gz |
doc/ffmpeg: correct minor typo
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 04dea6d0c1..3d9fa3ab78 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 -@var{position}. Note the in most formats it is not possible to seek exactly, so -@command{ffmpeg} will seek to the closest seek point before @var{position}. +@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 |