X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=ycbcr_input.h;h=2220f5d1ebd9392730f98439cbe3d98a7e6d8c30;hp=492230febf4abd92edc8c7a322a967a32f7866dd;hb=af82a6c84f57851d16939b86188afb5fb80819d0;hpb=b10c546f579c7ccb5939161e61a71cd18a3f9bbd diff --git a/ycbcr_input.h b/ycbcr_input.h index 492230f..2220f5d 100644 --- a/ycbcr_input.h +++ b/ycbcr_input.h @@ -5,6 +5,12 @@ // 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 {