mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-05 21:55:37 +01:00
avdevice/decklink_enc: simplify usage of buffercount type
Also remove some leftover declaration of CreateDeckLinkIteratorInstance(). Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user