diff options
author | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-05-27 23:04:52 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-28 03:52:50 +0200 |
commit | 8518da23f59d8f5a52f7c1c919f584a119484d0f (patch) | |
tree | f802b9b11a80c0a3d57b682fa3e8f15a5f17c7c1 /doc/outdevs.texi | |
parent | bbc10a1aa537c75224b14252eb94c4c829c61a3b (diff) | |
download | ffmpeg-8518da23f59d8f5a52f7c1c919f584a119484d0f.tar.gz |
ffmpeg: add -devices param
FFmpeg mix devices and file formats when -formats option is used.
This commit adds a -devices param to list devices only.
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 488a1ad362..e68653fd7a 100644 --- a/doc/outdevs.texi +++ b/doc/outdevs.texi @@ -13,8 +13,8 @@ You can disable all the output devices using the configure option option "--enable-outdev=@var{OUTDEV}", or you can disable a particular input device using the option "--disable-outdev=@var{OUTDEV}". -The option "-formats" of the ff* tools will display the list of -enabled output devices (amongst the muxers). +The option "-devices" of the ff* tools will display the list of +enabled output devices. A description of the currently available output devices follows. |