From cf0a05668b9999178deebad8221d1bfb32d81c2a Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Sun, 19 Jun 2016 00:35:44 +0200 Subject: avdevice/decklink: add support for setting input packet timestamp source Reviewed-by: Deti Fliegl Signed-off-by: Marton Balint --- doc/indevs.texi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/indevs.texi') 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 -- cgit v1.2.3