diff options
author | Marton Balint <cus@passwd.hu> | 2018-09-20 23:56:00 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-09-23 18:55:29 +0200 |
commit | db6b4b56b322969d99f77e087e9e72295738efb4 (patch) | |
tree | 54686f7d14308cb4840013010e1d9416907dc22e /doc | |
parent | 0f9b298242ca2e1e2e4414967921463566f1dded (diff) | |
download | ffmpeg-db6b4b56b322969d99f77e087e9e72295738efb4.tar.gz |
avdevice/decklink: add support for selecting devices based on their unique ID
Also bump the API version requirement to 10.9.5, because on olders versions
there were some reports of crashes using the undocumented, yet available
BMDDeckLinkDeviceHandle.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/indevs.texi | 3 | ||||
-rw-r--r-- | doc/outdevs.texi | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 5d4c02c597..ed2784be9f 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -267,7 +267,8 @@ audio track. @item list_devices If set to @option{true}, print a list of devices and exit. -Defaults to @option{false}. +Defaults to @option{false}. Alternatively you can 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. diff --git a/doc/outdevs.texi b/doc/outdevs.texi index 34c508a970..2518f9b559 100644 --- a/doc/outdevs.texi +++ b/doc/outdevs.texi @@ -140,7 +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}. +Defaults to @option{false}. Alternatively you can 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. |