summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_common_c.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-06 08:02:34 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-21 13:09:48 +0100
commit760b4709ab241d71a53ff42a01d12c33f6507d05 (patch)
tree4fb07596b19e14fe9e17165e87de43b4d7ad16a0 /libavdevice/decklink_common_c.h
parent6c694074e1d1de12ecc4f4c05cb7431425a86b60 (diff)
avdevice/decklink_(common_c|dec|enc).h: Fix checkheaders
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavdevice/decklink_common_c.h')
-rw-r--r--libavdevice/decklink_common_c.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavdevice/decklink_common_c.h b/libavdevice/decklink_common_c.h
index c2577210a6..75896ad32b 100644
--- a/libavdevice/decklink_common_c.h
+++ b/libavdevice/decklink_common_c.h
@@ -23,8 +23,11 @@
#ifndef AVDEVICE_DECKLINK_COMMON_C_H
#define AVDEVICE_DECKLINK_COMMON_C_H
+#include <stdint.h>
#include <DeckLinkAPIVersion.h>
+#include "libavutil/log.h"
+
typedef enum DecklinkPtsSource {
PTS_SRC_AUDIO = 1,
PTS_SRC_VIDEO = 2,