X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fxface.h;h=d366fdb1dc778c4f5d2b8c7f8d810f21fbd76cca;hb=f02103036526a8740ccd23474155906929f26303;hp=0236d713ad75ecb5e87fc6563d8e80323622e16e;hpb=fa6c7ccc20d3dc8f220af31f10a159e1b7a13b92;p=ffmpeg diff --git a/libavcodec/xface.h b/libavcodec/xface.h index 0236d713ad7..d366fdb1dc7 100644 --- a/libavcodec/xface.h +++ b/libavcodec/xface.h @@ -24,6 +24,9 @@ * X-Face common definitions. */ +#ifndef AVCODEC_XFACE_H +#define AVCODEC_XFACE_H + #include /* define the face size - 48x48x1 */ @@ -94,3 +97,5 @@ extern const ProbRange ff_xface_probranges_per_level[4][3]; extern const ProbRange ff_xface_probranges_2x2[16]; void ff_xface_generate_face(uint8_t *dst, uint8_t * const src); + +#endif /* AVCODEC_XFACE_H */