diff options
author | Vishwanath Dixit <vdixit@akamai.com> | 2018-01-15 13:51:46 +0530 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-01-20 18:29:56 +0100 |
commit | 7c27bbd590e6d9da5b7b33163e7dce7876ef2b58 (patch) | |
tree | 22a95ebe7d2c8a17ba137b5165b23a6f05451bc7 /doc | |
parent | e3acba0d5d7b5b35b779b25ec3a76a4d80a405ea (diff) | |
download | ffmpeg-streaming-7c27bbd590e6d9da5b7b33163e7dce7876ef2b58.zip ffmpeg-streaming-7c27bbd590e6d9da5b7b33163e7dce7876ef2b58.tar.gz |
avdevice/decklink: addition of copyts option
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/indevs.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 56066bf..36aef49 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -317,6 +317,11 @@ Defaults to @samp{1073741824}. Sets the audio sample bit depth. Must be @samp{16} or @samp{32}. Defaults to @samp{16}. +@item decklink_copyts +If set to @option{true}, timestamps are forwarded as they are without removing +the initial offset. +Defaults to @option{false}. + @end table @subsection Examples |