summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_common_c.h
diff options
context:
space:
mode:
authorDave Rice <dave@dericed.com>2017-10-18 15:21:46 -0400
committerMarton Balint <cus@passwd.hu>2017-10-18 21:45:24 +0200
commit89cc48551bbe9f147ba9f4ca3821a35797cf7b47 (patch)
treedcffc3ffa0c62cd137443ce6ce6d49d041bea34f /libavdevice/decklink_common_c.h
parentc37de519202ac2e5f20141673081b0e6b57ab983 (diff)
downloadffmpeg-89cc48551bbe9f147ba9f4ca3821a35797cf7b47.tar.gz
avdevice/decklink_dec: 32 bit audio support
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 5616ab32f9..368ac259e4 100644
--- a/libavdevice/decklink_common_c.h
+++ b/libavdevice/decklink_common_c.h
@@ -42,6 +42,7 @@ struct decklink_cctx {
double preroll;
int v210;
int audio_channels;
+ int audio_depth;
int duplex_mode;
DecklinkPtsSource audio_pts_source;
DecklinkPtsSource video_pts_source;