diff options
author | Dave Rice | 2017-10-18 15:21:46 -0400 |
---|---|---|
committer | Marton Balint | 2017-10-18 21:45:24 +0200 |
commit | 89cc48551bbe9f147ba9f4ca3821a35797cf7b47 (patch) | |
tree | dcffc3ffa0c62cd137443ce6ce6d49d041bea34f /doc/indevs.texi | |
parent | c37de519202ac2e5f20141673081b0e6b57ab983 (diff) |
avdevice/decklink_dec: 32 bit audio support
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 55a4084bb2..d308bbf7de 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -311,6 +311,10 @@ Sets maximum input buffer size in bytes. If the buffering reaches this value, incoming frames will be dropped. Defaults to @samp{1073741824}. +@item audio_depth +Sets the audio sample bit depth. Must be @samp{16} or @samp{32}. +Defaults to @samp{16}. + @end table @subsection Examples |