diff options
author | Marton Balint <cus@passwd.hu> | 2016-10-13 23:56:45 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2016-10-21 20:24:12 +0200 |
commit | 2f3015c25aaecf0307a82e38099c04b783223013 (patch) | |
tree | c44ae7c0315ea46205f4f7fcc5ffd9b21a052415 /doc/indevs.texi | |
parent | fecb3e82a4ba09dc11a51ad0961ab491881a53a1 (diff) | |
download | ffmpeg-2f3015c25aaecf0307a82e38099c04b783223013.tar.gz |
lavd/decklink_dec: add option to disable drawing bars on signal loss
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r-- | doc/indevs.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index f693d7ac83..54f270b0dc 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -273,6 +273,10 @@ Sets the video packet timestamp source. Must be @samp{video}, @samp{audio}, Sets the audio packet timestamp source. Must be @samp{video}, @samp{audio}, @samp{reference} or @samp{wallclock}. Defaults to @samp{audio}. +@item draw_bars +If set to @samp{true}, color bars are drawn in the event of a signal loss. +Defaults to @samp{true}. + @end table @subsection Examples |