X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=video_encoder.h;fp=video_encoder.h;h=bf203f1438cbc2b1a2138fb1764fc576fa8b93c7;hb=1462715cd71d8f61b9e53b31c34d591d150f2df3;hp=489d9d318c9c9650846f939c8ab82f93b295ea00;hpb=2804eb55c7d4f9f6d70203d106d0f1e69b19c2ee;p=nageru diff --git a/video_encoder.h b/video_encoder.h index 489d9d3..bf203f1 100644 --- a/video_encoder.h +++ b/video_encoder.h @@ -10,6 +10,7 @@ #include #include +#include "audio_encoder.h" #include "mux.h" #include "ref_counted_frame.h" #include "ref_counted_gl_sync.h" @@ -47,6 +48,7 @@ private: HTTPD *httpd; std::unique_ptr stream_mux; // To HTTP. + std::unique_ptr stream_audio_encoder; // While Mux object is constructing, is true, // and the header is being collected into stream_mux_header.