]> git.sesse.net Git - ffmpeg/blobdiff - doc/outdevs.texi
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / doc / outdevs.texi
index f352ffc6ed4b719c7bf7ce8250759988db5116ba..8de4fe6ec45ec2549a935f1b9779b3f2cf695825 100644 (file)
@@ -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"