From 44304ae3220f553d0b1458644e2a617ea1ad8d22 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Thu, 28 Jan 2016 18:00:33 -0800 Subject: all: Add missing header guards --- libavdevice/decklink_enc.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavdevice/decklink_enc.h') diff --git a/libavdevice/decklink_enc.h b/libavdevice/decklink_enc.h index 6086947e6c..5ffc05cd68 100644 --- a/libavdevice/decklink_enc.h +++ b/libavdevice/decklink_enc.h @@ -19,6 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef AVDEVICE_DECKLINK_ENC_H +#define AVDEVICE_DECKLINK_ENC_H + #ifdef __cplusplus extern "C" { #endif @@ -30,3 +33,5 @@ int ff_decklink_write_trailer(AVFormatContext *avctx); #ifdef __cplusplus } /* extern "C" */ #endif + +#endif /* AVDEVICE_DECKLINK_ENC_H */ -- cgit v1.2.3