summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_common_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice/decklink_common_c.h')
-rw-r--r--libavdevice/decklink_common_c.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavdevice/decklink_common_c.h b/libavdevice/decklink_common_c.h
index 2b1a579a3a..ce1dff7d5d 100644
--- a/libavdevice/decklink_common_c.h
+++ b/libavdevice/decklink_common_c.h
@@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef AVDEVICE_DECKLINK_COMMON_C_H
+#define AVDEVICE_DECKLINK_COMMON_C_H
+
struct decklink_cctx {
const AVClass *cclass;
@@ -32,3 +35,4 @@ struct decklink_cctx {
int v210;
};
+#endif /* AVDEVICE_DECKLINK_COMMON_C_H */