summaryrefslogtreecommitdiff
path: root/doc/outdevs.texi
diff options
context:
space:
mode:
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"