diff options
author | Marton Balint <cus@passwd.hu> | 2016-06-19 00:35:44 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2016-06-26 19:18:06 +0200 |
commit | cf0a05668b9999178deebad8221d1bfb32d81c2a (patch) | |
tree | b12a44fcd288fc97d5a528c3956bf5359f71a1b9 /doc | |
parent | da89c6e37cf2fb3645611e8196cc28b6acfb9bd6 (diff) | |
download | ffmpeg-cf0a05668b9999178deebad8221d1bfb32d81c2a.tar.gz |
avdevice/decklink: add support for setting input packet timestamp source
Reviewed-by: Deti Fliegl <deti@fliegl.de>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/indevs.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 5239287e76..03a880d1c6 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -265,6 +265,14 @@ Sets the audio input source. Must be @samp{unset}, @samp{embedded}, @samp{aes_ebu}, @samp{analog}, @samp{analog_xlr}, @samp{analog_rca} or @samp{microphone}. Defaults to @samp{unset}. +@item video_pts +Sets the video packet timestamp source. Must be @samp{video}, @samp{audio}, +@samp{reference} or @samp{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}. + @end table @subsection Examples |