avdevice/decklink: add support for setting duplex mode
This patch also makes BlackMagic drivers v10.6.1 a hard requirement. Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
e22760aafd
commit
8f9fa49bd8
7 changed files with 48 additions and 1 deletions
|
@ -445,6 +445,7 @@ av_cold int ff_decklink_read_header(AVFormatContext *avctx)
|
|||
ctx->list_formats = cctx->list_formats;
|
||||
ctx->teletext_lines = cctx->teletext_lines;
|
||||
ctx->preroll = cctx->preroll;
|
||||
ctx->duplex_mode = cctx->duplex_mode;
|
||||
cctx->ctx = ctx;
|
||||
|
||||
#if !CONFIG_LIBZVBI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue