X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavdevice%2Fdecklink_dec.h;h=c02344efc311e00cd954317e24e2f8ffd4bd10ab;hb=df36257a53561a51af969a6ea6319dd2579509b9;hp=6bd9226cd0ee95d8e2a1da338e2346f146ecd41e;hpb=3de3937ecdd53821220cd8ae24409327c103a690;p=ffmpeg diff --git a/libavdevice/decklink_dec.h b/libavdevice/decklink_dec.h index 6bd9226cd0e..c02344efc31 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 */