X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fremovegrain.h;h=f3f102889f759c75c0648e0ecb317cce7f637bc1;hb=a38eadd7e93de69a060b68891466d82e626623ba;hp=60401fbe438ad332a8c3ce915b8a540f164e9493;hpb=00e91d06767a5a28524cbfc271141970f744db23;p=ffmpeg diff --git a/libavfilter/removegrain.h b/libavfilter/removegrain.h index 60401fbe438..f3f102889f7 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 */