diff options
author | Marton Balint <cus@passwd.hu> | 2019-08-21 23:02:51 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-01-03 18:13:22 +0100 |
commit | 944203270dc37b9cbbc3ead9dfc3fba6bc009789 (patch) | |
tree | 418e2aed1ff98782262c913473b20e0ced721e74 /doc/outdevs.texi | |
parent | 2b7097ef2795c78c264e2cb81b4ad8254eb13c60 (diff) | |
download | ffmpeg-944203270dc37b9cbbc3ead9dfc3fba6bc009789.tar.gz |
avdevice/decklink: deprecate the -list_devices option
The user should use ffmpeg -sources decklink or ffmpeg -sinks decklink instead.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/outdevs.texi')
-rw-r--r-- | doc/outdevs.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/outdevs.texi b/doc/outdevs.texi index c96d2d0e43..27f543fa1a 100644 --- a/doc/outdevs.texi +++ b/doc/outdevs.texi @@ -140,8 +140,8 @@ device with @command{-list_formats 1}. Audio sample rate is always 48 kHz. @item list_devices If set to @option{true}, print a list of devices and exit. -Defaults to @option{false}. Alternatively you can use the @code{-sinks} -option of ffmpeg to list the available output devices. +Defaults to @option{false}. This option is deprecated, please use the +@code{-sinks} option of ffmpeg to list the available output devices. @item list_formats If set to @option{true}, print a list of supported formats and exit. @@ -168,7 +168,7 @@ Defaults to @samp{unset}. @item List output devices: @example -ffmpeg -i test.avi -f decklink -list_devices 1 dummy +ffmpeg -sinks decklink @end example @item |