X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=ycbcr_input.h;h=1225d6e912d16b9bbf68bd4f135ac170beac7c2d;hp=492230febf4abd92edc8c7a322a967a32f7866dd;hb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b;hpb=b10c546f579c7ccb5939161e61a71cd18a3f9bbd diff --git a/ycbcr_input.h b/ycbcr_input.h index 492230f..1225d6e 100644 --- a/ycbcr_input.h +++ b/ycbcr_input.h @@ -1,10 +1,16 @@ -#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. // It upsamples planes as needed, using the default linear upsampling OpenGL gives you. +#include +#include +#include + +#include "effect.h" +#include "image_format.h" #include "input.h" struct YCbCrFormat { @@ -90,4 +96,4 @@ private: unsigned pitch[3]; }; -#endif // !defined(_YCBCR_INPUT_H) +#endif // !defined(_MOVIT_YCBCR_INPUT_H)