diff options
author | Marton Balint <cus@passwd.hu> | 2018-11-25 01:38:05 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-12-02 00:57:10 +0100 |
commit | c0479010125b8ec7eafe6cd55574cee9c3aeb475 (patch) | |
tree | 2d881e8b6469cce7191005b0ae5b0dcce99ccf1f /doc/outdevs.texi | |
parent | 418c90faac6522c73481650d000e9f5f030187cb (diff) | |
download | ffmpeg-c0479010125b8ec7eafe6cd55574cee9c3aeb475.tar.gz |
avdevice/decklink_enc: add support for setting genlock timing offset
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/outdevs.texi')
-rw-r--r-- | doc/outdevs.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/outdevs.texi b/doc/outdevs.texi index 7509ac695d..1fd83c28cc 100644 --- a/doc/outdevs.texi +++ b/doc/outdevs.texi @@ -155,6 +155,10 @@ Defaults to @option{0.5}. Sets the decklink device duplex mode. Must be @samp{unset}, @samp{half} or @samp{full}. Defaults to @samp{unset}. +@item timing_offset +Sets the genlock timing pixel offset on the used output. +Defaults to @samp{unset}. + @end table @subsection Examples |