diff options
author | Marton Balint <cus@passwd.hu> | 2020-09-05 21:18:17 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-09-13 18:06:54 +0200 |
commit | 96907e84ddd40a770d0526537dba6e8b3f6b70f7 (patch) | |
tree | 8e267895d4bd7a5a54439fcc18b852e811fb8d25 /doc | |
parent | f1b908d20a8800add3db281623eb9d8fb97162e5 (diff) | |
download | ffmpeg-96907e84ddd40a770d0526537dba6e8b3f6b70f7.tar.gz |
avdevice/decklink_dec: add support for querying RP188 High Frame Rate timecode
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/indevs.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 7748232b26..3d554bc8d8 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -350,8 +350,8 @@ Defaults to @samp{unset}. @item timecode_format Timecode type to include in the frame and video stream metadata. Must be @samp{none}, @samp{rp188vitc}, @samp{rp188vitc2}, @samp{rp188ltc}, -@samp{rp188any}, @samp{vitc}, @samp{vitc2}, or @samp{serial}. Defaults to -@samp{none} (not included). +@samp{rp188hfr}, @samp{rp188any}, @samp{vitc}, @samp{vitc2}, or @samp{serial}. +Defaults to @samp{none} (not included). @item video_input Sets the video input source. Must be @samp{unset}, @samp{sdi}, @samp{hdmi}, |