From 8f9fa49bd8bfd8cd2008da97eec7acf18873b960 Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Sat, 11 Jun 2016 13:41:29 +0200 Subject: avdevice/decklink: add support for setting duplex mode This patch also makes BlackMagic drivers v10.6.1 a hard requirement. Reviewed-by: Deti Fliegl Signed-off-by: Marton Balint --- libavdevice/decklink_dec.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libavdevice/decklink_dec.cpp') diff --git a/libavdevice/decklink_dec.cpp b/libavdevice/decklink_dec.cpp index 371be20ef9..fc9633f5e9 100644 --- a/libavdevice/decklink_dec.cpp +++ b/libavdevice/decklink_dec.cpp @@ -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 -- cgit v1.2.3