]> git.sesse.net Git - ffmpeg/blobdiff - doc/outdevs.texi
rtpdec: K&R formatting and spelling cosmetics
[ffmpeg] / doc / outdevs.texi
index 6aedfa7079517ae032d05c3c791fe92a14bb76ca..938909c7847bffa66cff246294ce7a5b64717190 100644 (file)
@@ -1,12 +1,12 @@
 @chapter Output Devices
 @c man begin OUTPUT DEVICES
 
-Output devices are configured elements in FFmpeg which allow to write
+Output devices are configured elements in Libav which allow to write
 multimedia data to an output device attached to your system.
 
-When you configure your FFmpeg build, all the supported output devices
-are enabled by default. You can list them using the configure option
-"--list-outdevs".
+When you configure your Libav build, all the supported output devices
+are enabled by default. You can list all available ones using the
+configure option "--list-outdevs".
 
 You can disable all the output devices using the configure option
 "--disable-outdevs", and selectively enable an output device using the
@@ -22,12 +22,12 @@ A description of the currently available output devices follows.
 
 ALSA (Advanced Linux Sound Architecture) output device.
 
-@section audio_beos
-
-BeOS audio output device.
-
 @section oss
 
 OSS (Open Sound System) output device.
 
+@section sndio
+
+sndio audio output device.
+
 @c man end OUTPUT DEVICES