summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_enc.cpp
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2018-09-06 22:46:18 +0200
committerMarton Balint <cus@passwd.hu>2018-09-09 21:21:42 +0200
commitbd3c27fd7aa35ab3c0de03ffff598840634c7c2f (patch)
treec0e8ee827df3fe474da027bae9490d8bff53a7b5 /libavdevice/decklink_enc.cpp
parentf55d987bad40cf1982a0a51b2ee145678ff473c1 (diff)
avdevice/decklink_enc: add support for setting duplex mode
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavdevice/decklink_enc.cpp')
-rw-r--r--libavdevice/decklink_enc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/decklink_enc.cpp b/libavdevice/decklink_enc.cpp
index ee4c962add..de562bd22d 100644
--- a/libavdevice/decklink_enc.cpp
+++ b/libavdevice/decklink_enc.cpp
@@ -395,6 +395,7 @@ av_cold int ff_decklink_write_header(AVFormatContext *avctx)
ctx->list_devices = cctx->list_devices;
ctx->list_formats = cctx->list_formats;
ctx->preroll = cctx->preroll;
+ ctx->duplex_mode = cctx->duplex_mode;
cctx->ctx = ctx;
/* List available devices and exit. */