X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=image_input.h;h=11c94ce9b626ce65f5fde9a2af895e1fa35de8ad;hb=refs%2Fheads%2Fmultichannel_audio;hp=3b3c1873763577c2250a48b883cc214b04620592;hpb=2db049365fa301d2cdcb29a1dcdf958a276ff1c1;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.