summaryrefslogtreecommitdiff
path: root/doc/indevs.texi
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2019-08-21 23:02:51 +0200
committerMarton Balint <cus@passwd.hu>2020-01-03 18:13:22 +0100
commit944203270dc37b9cbbc3ead9dfc3fba6bc009789 (patch)
tree418e2aed1ff98782262c913473b20e0ced721e74 /doc/indevs.texi
parent2b7097ef2795c78c264e2cb81b4ad8254eb13c60 (diff)
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/indevs.texi')
-rw-r--r--doc/indevs.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi
index 28d98a8a55..6f5afaf344 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -277,8 +277,8 @@ audio track.
@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{-sources}
-option of ffmpeg to list the available input devices.
+Defaults to @option{false}. This option is deprecated, please use the
+@code{-sources} option of ffmpeg to list the available input devices.
@item list_formats
If set to @option{true}, print a list of supported formats and exit.
@@ -407,7 +407,7 @@ Defaults to @option{false}.
@item
List input devices:
@example
-ffmpeg -f decklink -list_devices 1 -i dummy
+ffmpeg -sources decklink
@end example
@item