diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-06 23:15:27 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-06 23:15:27 +0000 |
commit | 2f6bc4e76e2cd52262a2b28b7fb7857c609f8003 (patch) | |
tree | ea87b9185d55c9094948caaeaf6ff68677d6367e /doc/outdevs.texi | |
parent | c32ccf7c436b6001905ecc14bf15021b645a5630 (diff) | |
download | ffmpeg-2f6bc4e76e2cd52262a2b28b7fb7857c609f8003.tar.gz |
Apply misc fixes spotted by Diego to indevs.texi and outdevs.texi.
Originally committed as revision 24724 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/outdevs.texi')
-rw-r--r-- | doc/outdevs.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/outdevs.texi b/doc/outdevs.texi index 6aedfa7079..ef277b797f 100644 --- a/doc/outdevs.texi +++ b/doc/outdevs.texi @@ -5,8 +5,8 @@ Output devices are configured elements in FFmpeg 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". +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 |