X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=ycbcr_input.h;fp=ycbcr_input.h;h=1225d6e912d16b9bbf68bd4f135ac170beac7c2d;hp=2220f5d1ebd9392730f98439cbe3d98a7e6d8c30;hb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b;hpb=d98081df26d115a46404baaa83e9a927ebe37b87 diff --git a/ycbcr_input.h b/ycbcr_input.h index 2220f5d..1225d6e 100644 --- a/ycbcr_input.h +++ b/ycbcr_input.h @@ -1,5 +1,5 @@ -#ifndef _YCBCR_INPUT_H -#define _YCBCR_INPUT_H 1 +#ifndef _MOVIT_YCBCR_INPUT_H +#define _MOVIT_YCBCR_INPUT_H 1 // YCbCrInput is for handling planar 8-bit Y'CbCr (also sometimes, usually rather // imprecisely, called “YUV”), which is typically what you get from a video decoder. @@ -96,4 +96,4 @@ private: unsigned pitch[3]; }; -#endif // !defined(_YCBCR_INPUT_H) +#endif // !defined(_MOVIT_YCBCR_INPUT_H)