X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=image_input.h;fp=image_input.h;h=11c94ce9b626ce65f5fde9a2af895e1fa35de8ad;hb=cf7b9ee186d4ef8e5da0531b75854c97b821be44;hp=3b3c1873763577c2250a48b883cc214b04620592;hpb=0f92317cbf05facc242ff50756331ebd9a539dc8;p=nageru diff --git a/image_input.h b/image_input.h index 3b3c187..11c94ce 100644 --- a/image_input.h +++ b/image_input.h @@ -1,16 +1,17 @@ #ifndef _IMAGE_INPUT_H #define _IMAGE_INPUT_H 1 +#include +#include +#include +#include +#include #include #include #include #include #include -#include - -#include - // An output that takes its input from a static image, loaded with ffmpeg. // comes from a single 2D array with chunky pixels. The image is refreshed // from disk about every second.