avdevice/decklink_dec: 32 bit audio support

Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
Dave Rice
2017-10-18 15:21:46 -04:00
committed by Marton Balint
parent c37de51920
commit 89cc48551b
6 changed files with 22 additions and 4 deletions
+1
View File
@@ -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;