diff options
author | Marton Balint <cus@passwd.hu> | 2016-06-11 13:41:29 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2016-06-26 19:17:56 +0200 |
commit | 8f9fa49bd8bfd8cd2008da97eec7acf18873b960 (patch) | |
tree | 697e14f3ee0a4966f1e9862b09ef25fe54503cfb /libavdevice/decklink_dec.cpp | |
parent | e22760aafd3048bcb006191d55432561b50070ea (diff) | |
download | ffmpeg-8f9fa49bd8bfd8cd2008da97eec7acf18873b960.tar.gz |
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>
Diffstat (limited to 'libavdevice/decklink_dec.cpp')
-rw-r--r-- | libavdevice/decklink_dec.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |