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 --- libavfilter/removegrain.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavfilter/removegrain.h') diff --git a/libavfilter/removegrain.h b/libavfilter/removegrain.h index 60401fbe43..f3f102889f 100644 --- a/libavfilter/removegrain.h +++ b/libavfilter/removegrain.h @@ -19,6 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef AVFILTER_REMOVEGRAIN_H +#define AVFILTER_REMOVEGRAIN_H + #include "avfilter.h" typedef struct RemoveGrainContext { @@ -38,3 +41,5 @@ typedef struct RemoveGrainContext { } RemoveGrainContext; void ff_removegrain_init_x86(RemoveGrainContext *rg); + +#endif /* AVFILTER_REMOVEGRAIN_H */ -- cgit v1.2.3