summaryrefslogtreecommitdiff
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorClément Bœsch <clement.boesch@smartjog.com>2012-01-02 15:32:55 +0100
committerClément Bœsch <ubitux@gmail.com>2012-01-04 13:21:08 +0100
commitdc7ad85c401a0137795e0414f5fe1c2e7f1d7078 (patch)
treee99ed738ee0cf7831809c9b2e66277a236e52c1b /doc/encoders.texi
parent837126568c83b3f95cc19c1f24c005a215a2af1e (diff)
downloadffmpeg-dc7ad85c401a0137795e0414f5fe1c2e7f1d7078.tar.gz
doc: use @command{} for commands.
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index f132eae892..65841eda7f 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -577,7 +577,7 @@ Allow to set any x264 option, see x264 --fullhelp for a list.
":".
@end table
-For example to specify libx264 encoding options with @file{ffmpeg}:
+For example to specify libx264 encoding options with @command{ffmpeg}:
@example
ffmpeg -i foo.mpg -vcodec libx264 -x264opts keyint=123:min-keyint=20 -an out.mkv
@end example