summaryrefslogtreecommitdiff
path: root/libavfilter/maskedmerge.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-01-28 18:00:33 -0800
committerTimothy Gu <timothygu99@gmail.com>2016-01-28 19:49:48 -0800
commit44304ae3220f553d0b1458644e2a617ea1ad8d22 (patch)
tree90f08e24290d98cce881b05fce33fa9bcecbcea4 /libavfilter/maskedmerge.h
parent6bc610b39efed743a8616104ce59c860f20487ef (diff)
all: Add missing header guards
Diffstat (limited to 'libavfilter/maskedmerge.h')
-rw-r--r--libavfilter/maskedmerge.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavfilter/maskedmerge.h b/libavfilter/maskedmerge.h
index b47a816c44..a8c7551bad 100644
--- a/libavfilter/maskedmerge.h
+++ b/libavfilter/maskedmerge.h
@@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef AVFILTER_MASKEDMERGE_H
+#define AVFILTER_MASKEDMERGE_H
+
#include "avfilter.h"
#include "framesync.h"
@@ -38,3 +41,5 @@ typedef struct MaskedMergeContext {
} MaskedMergeContext;
void ff_maskedmerge_init_x86(MaskedMergeContext *s);
+
+#endif /* AVFILTER_MASKEDMERGE_H */