diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2021-08-09 07:43:34 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2021-08-16 10:00:39 +0800 |
commit | b923bfc679358fe109ca66b6ddf9d08ad0e19b7e (patch) | |
tree | 95b84ce53f03e63a8897ab95231eb38c16a5aa13 /doc/outdevs.texi | |
parent | ca788d184cbf0a907ca7db4e4dad9975a91a5839 (diff) | |
download | ffmpeg-b923bfc679358fe109ca66b6ddf9d08ad0e19b7e.tar.gz |
avdevice/decklink: add link configuration option
Reviewed-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'doc/outdevs.texi')
-rw-r--r-- | doc/outdevs.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/outdevs.texi b/doc/outdevs.texi index aaf247995c..f046b232de 100644 --- a/doc/outdevs.texi +++ b/doc/outdevs.texi @@ -205,6 +205,12 @@ Defaults to @samp{unset}. Sets the genlock timing pixel offset on the used output. Defaults to @samp{unset}. +@item link +Sets the SDI video link configuration on the used output. Must be +@samp{unset}, @samp{single} link SDI, @samp{dual} link SDI or @samp{quad} link +SDI. +Defaults to @samp{unset}. + @end table @subsection Examples |