You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avdevice/decklink_common.h: remove unsupported decklink version ifdef
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
@@ -156,11 +156,7 @@ struct decklink_ctx {
|
|||||||
typedef enum { DIRECTION_IN, DIRECTION_OUT} decklink_direction_t;
|
typedef enum { DIRECTION_IN, DIRECTION_OUT} decklink_direction_t;
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#if BLACKMAGIC_DECKLINK_API_VERSION < 0x0a040000
|
|
||||||
typedef unsigned long buffercount_type;
|
|
||||||
#else
|
|
||||||
typedef unsigned int buffercount_type;
|
typedef unsigned int buffercount_type;
|
||||||
#endif
|
|
||||||
IDeckLinkIterator *CreateDeckLinkIteratorInstance(void);
|
IDeckLinkIterator *CreateDeckLinkIteratorInstance(void);
|
||||||
#else
|
#else
|
||||||
typedef uint32_t buffercount_type;
|
typedef uint32_t buffercount_type;
|
||||||
|
Reference in New Issue
Block a user