Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2016-06-11 14:41:29 +0300
committerMarton Balint <cus@passwd.hu>2016-06-26 20:17:56 +0300
commit8f9fa49bd8bfd8cd2008da97eec7acf18873b960 (patch)
tree697e14f3ee0a4966f1e9862b09ef25fe54503cfb /libavdevice/decklink_common_c.h
parente22760aafd3048bcb006191d55432561b50070ea (diff)
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_common_c.h')
-rw-r--r--libavdevice/decklink_common_c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/decklink_common_c.h b/libavdevice/decklink_common_c.h
index 2b5d92f250..f24f8f099c 100644
--- a/libavdevice/decklink_common_c.h
+++ b/libavdevice/decklink_common_c.h
@@ -34,6 +34,7 @@ struct decklink_cctx {
double preroll;
int v210;
int audio_channels;
+ int duplex_mode;
};
#endif /* AVDEVICE_DECKLINK_COMMON_C_H */