diff options
author | Vishwanath Dixit <vdixit@akamai.com> | 2018-01-15 13:52:26 +0530 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-01-20 18:38:27 +0100 |
commit | fc93eca126aa4d68dd37c3e1b9d15bf05565ef04 (patch) | |
tree | f18e1cb279cc54a0268806b7989bd31df6dc5005 /doc | |
parent | dfa2523bdd820348634325edaf6e3ae2afb8c218 (diff) | |
download | ffmpeg-fc93eca126aa4d68dd37c3e1b9d15bf05565ef04.tar.gz |
avdevice/decklink: addition of absolute wallclock option for pts source
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/indevs.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 36aef49108..0bc8e6a9b1 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -298,11 +298,13 @@ Sets the audio input source. Must be @samp{unset}, @samp{embedded}, @item video_pts Sets the video packet timestamp source. Must be @samp{video}, @samp{audio}, -@samp{reference} or @samp{wallclock}. Defaults to @samp{video}. +@samp{reference}, @samp{wallclock} or @samp{abs_wallclock}. +Defaults to @samp{video}. @item audio_pts Sets the audio packet timestamp source. Must be @samp{video}, @samp{audio}, -@samp{reference} or @samp{wallclock}. Defaults to @samp{audio}. +@samp{reference}, @samp{wallclock} or @samp{abs_wallclock}. +Defaults to @samp{audio}. @item draw_bars If set to @samp{true}, color bars are drawn in the event of a signal loss. |