mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-05 22:33:37 +00:00
avdevice/decklink_common.h: remove unsupported decklink version ifdef
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
9b434bea75
commit
a9ede0bde4
@ -156,11 +156,7 @@ struct decklink_ctx {
|
||||
typedef enum { DIRECTION_IN, DIRECTION_OUT} decklink_direction_t;
|
||||
|
||||
#ifdef _WIN32
|
||||
#if BLACKMAGIC_DECKLINK_API_VERSION < 0x0a040000
|
||||
typedef unsigned long buffercount_type;
|
||||
#else
|
||||
typedef unsigned int buffercount_type;
|
||||
#endif
|
||||
IDeckLinkIterator *CreateDeckLinkIteratorInstance(void);
|
||||
#else
|
||||
typedef uint32_t buffercount_type;
|
||||
|
Loading…
Reference in New Issue
Block a user