]> git.sesse.net Git - ffmpeg/blobdiff - doc/outdevs.texi
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / doc / outdevs.texi
index 79619f80b969609439137192a907980cbaf84d52..8de4fe6ec45ec2549a935f1b9779b3f2cf695825 100644 (file)
@@ -28,7 +28,7 @@ OSS (Open Sound System) output device.
 
 @section sdl
 
-SDL (Simple Directmedia Layer) output device.
+SDL (Simple DirectMedia Layer) output device.
 
 This output devices allows to show a video stream in an SDL
 window. Only one SDL window is allowed per application, so you can
@@ -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"