X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mixer.h;h=bf53c2482e23362e0cba1ff589cbf72d76d78dd0;hb=d7bba4abb3d56893399578f0540b9ded0a28380f;hp=82a3ccab8a899e9637a17a5b122b48c6c1fb6286;hpb=ffc3ecc037bf8459c4c27087f3f151fa3dad65d2;p=nageru diff --git a/mixer.h b/mixer.h index 82a3cca..bf53c24 100644 --- a/mixer.h +++ b/mixer.h @@ -5,20 +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" + +class H264Encoder; +class QSurface; +namespace movit { +class Effect; +class EffectChain; +class FlatInput; +class ResourcePool; +} // namespace movit namespace movit { class YCbCrInput;