X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mixer.h;h=bf53c2482e23362e0cba1ff589cbf72d76d78dd0;hb=d7bba4abb3d56893399578f0540b9ded0a28380f;hp=9f32f2ac2d79f5c6d86156bb38f0af5ea6d17564;hpb=a472dcd2c9faec3e191539fb647237195047bbd4;p=nageru diff --git a/mixer.h b/mixer.h index 9f32f2a..bf53c24 100644 --- a/mixer.h +++ b/mixer.h @@ -5,22 +5,39 @@ #include #undef Success +#include +#include + #include #include +#include +#include #include +#include +#include +#include +#include +#include #include "bmusb/bmusb.h" +#include "ebu_r128_proc.h" #include "h264encode.h" +#include "httpd.h" #include "pbo_frame_allocator.h" #include "ref_counted_frame.h" #include "ref_counted_gl_sync.h" -#include "theme.h" #include "resampler.h" +#include "theme.h" #include "timebase.h" -#include "httpd.h" -#include "ebu_r128_proc.h" -#define MAX_CARDS 16 +class H264Encoder; +class QSurface; +namespace movit { +class Effect; +class EffectChain; +class FlatInput; +class ResourcePool; +} // namespace movit namespace movit { class YCbCrInput;