X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ycbcr_input.h;h=2220f5d1ebd9392730f98439cbe3d98a7e6d8c30;hb=37f56fcbe571b2322243f6de59494bf9e0cbb37a;hp=492230febf4abd92edc8c7a322a967a32f7866dd;hpb=d7b26059d60a5debd032b4a3e887b612b19dd488;p=movit 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 {