summaryrefslogtreecommitdiff
path: root/doc/outdevs.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/outdevs.texi
parent837126568c83b3f95cc19c1f24c005a215a2af1e (diff)
downloadffmpeg-dc7ad85c401a0137795e0414f5fe1c2e7f1d7078.tar.gz
doc: use @command{} for commands.
Diffstat (limited to 'doc/outdevs.texi')
-rw-r--r--doc/outdevs.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/outdevs.texi b/doc/outdevs.texi
index f352ffc6ed..8de4fe6ec4 100644
--- a/doc/outdevs.texi
+++ b/doc/outdevs.texi
@@ -60,7 +60,7 @@ If not specified it defaults to the size of the input video.
@subsection Examples
-The following command shows the @file{ffmpeg} output is an
+The following command shows the @command{ffmpeg} output is an
SDL window, forcing its size to the qcif format:
@example
ffmpeg -i INPUT -vcodec rawvideo -pix_fmt yuv420p -window_size qcif -f sdl "SDL output"