summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_common.h
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2020-10-08 23:12:24 +0200
committerMarton Balint <cus@passwd.hu>2020-12-03 18:32:57 +0100
commitacaf6c625bb1961565d43284e922a038b38f735d (patch)
tree112fb850de1ea3f2476ac52bfa8109b3cb551312 /libavdevice/decklink_common.h
parentff373bb4a87a5b17dfa82aba5c7e74b125298fa8 (diff)
avdevice/decklink_enc: simplify usage of buffercount type
Also remove some leftover declaration of CreateDeckLinkIteratorInstance(). Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavdevice/decklink_common.h')
-rw-r--r--libavdevice/decklink_common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavdevice/decklink_common.h b/libavdevice/decklink_common.h
index 05380ef76d..e49d9d54ad 100644
--- a/libavdevice/decklink_common.h
+++ b/libavdevice/decklink_common.h
@@ -155,13 +155,6 @@ struct decklink_ctx {
typedef enum { DIRECTION_IN, DIRECTION_OUT} decklink_direction_t;
-#ifdef _WIN32
-typedef unsigned int buffercount_type;
-IDeckLinkIterator *CreateDeckLinkIteratorInstance(void);
-#else
-typedef uint32_t buffercount_type;
-#endif
-
static const BMDPixelFormat decklink_raw_format_map[] = {
(BMDPixelFormat)0,
bmdFormat8BitYUV,