X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mixer.h;h=a177854b46cde0229ebfcb669998afea709813b7;hb=b4f16ea9f8969a3ba14be8cd9c88cfe00d19533b;hp=45311aa42ec98af08cf7fb55719c16e3e01c0041;hpb=f6eeb2c297eda17cc1349f3a2f9adbc7a76f95f9;p=nageru diff --git a/mixer.h b/mixer.h index 45311aa..a177854 100644 --- a/mixer.h +++ b/mixer.h @@ -17,6 +17,7 @@ #include "theme.h" #include "resampler.h" #include "timebase.h" +#include "httpd.h" #define NUM_CARDS 2 @@ -94,6 +95,8 @@ private: void release_display_frame(DisplayFrame *frame); double pts() { return double(pts_int) / TIMEBASE; } + HTTPD httpd; + QSurface *mixer_surface, *h264_encoder_surface; std::unique_ptr resource_pool; std::unique_ptr theme;