]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/decklink_common.h
avdevice/alsa_dec: make sure we have enough data in non-blocking mode
[ffmpeg] / libavdevice / decklink_common.h
index 05380ef76d3e26d774708d05c6fe0b3908641e74..e49d9d54ad03ebde6f70ad6277aef7f72138c8b5 100644 (file)
@@ -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,