1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

all: Add missing header guards

This commit is contained in:
Timothy Gu
2016-01-28 18:00:33 -08:00
parent 6bc610b39e
commit 44304ae322
18 changed files with 87 additions and 0 deletions

View File

@@ -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 */