summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_dec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice/decklink_dec.h')
-rw-r--r--libavdevice/decklink_dec.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavdevice/decklink_dec.h b/libavdevice/decklink_dec.h
index 6bd9226cd0..c02344efc3 100644
--- a/libavdevice/decklink_dec.h
+++ b/libavdevice/decklink_dec.h
@@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef AVDEVICE_DECKLINK_DEC_H
+#define AVDEVICE_DECKLINK_DEC_H
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -30,3 +33,5 @@ int ff_decklink_read_close(AVFormatContext *avctx);
#ifdef __cplusplus
} /* extern "C" */
#endif
+
+#endif /* AVDEVICE_DECKLINK_DEC_H */