You've already forked FFmpeg
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user