summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_common.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.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.h')
-rw-r--r--libavdevice/decklink_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/decklink_common.h b/libavdevice/decklink_common.h
index 6b2525fb53..b6acb01bb9 100644
--- a/libavdevice/decklink_common.h
+++ b/libavdevice/decklink_common.h
@@ -97,6 +97,7 @@ struct decklink_ctx {
int frames_buffer_available_spots;
int channels;
+ int audio_depth;
};
typedef enum { DIRECTION_IN, DIRECTION_OUT} decklink_direction_t;