From a9ede0bde4c973296a2e82f11d1458ad3930d4c7 Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Wed, 15 Jul 2020 20:06:22 +0200 Subject: [PATCH] avdevice/decklink_common.h: remove unsupported decklink version ifdef Signed-off-by: Marton Balint --- libavdevice/decklink_common.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libavdevice/decklink_common.h b/libavdevice/decklink_common.h index bd68c7ba77a..9f69054e646 100644 --- a/libavdevice/decklink_common.h +++ b/libavdevice/decklink_common.h @@ -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; -- 2.39.2