diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-29 18:58:40 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-29 18:58:40 +0200 |
commit | 42209eb9554785c3a6e0e864e207e9a7ab05b61f (patch) | |
tree | 1695e901f9fc2cea4397e30295cf1050bf371fd3 /doc/ffmpeg.texi | |
parent | 1fc20af6af3ec31d0ee665557885b6c20c6d3686 (diff) | |
download | ffmpeg-42209eb9554785c3a6e0e864e207e9a7ab05b61f.tar.gz |
doc/ffmpeg: Use @code
Found-by: ubitux
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 3806a12ca2..04dea6d0c1 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -309,7 +309,7 @@ input until the timestamps reach @var{position}. @item -sseof @var{position} (@emph{input/output}) -Like the -ss option but relative to the "end of file". That is negative +Like the @code{-ss} option but relative to the "end of file". That is negative values are earlier in the file, 0 is at EOF. @item -itsoffset @var{offset} (@emph{input}) |