X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=video_encoder.h;fp=video_encoder.h;h=31c0c5f05ff41cb5a97510a0a50e2d240442dcc2;hb=bc0683200d63d2fd0d49c0b998885c8b4d9db77e;hp=d51399e17a82c71bcbf31fbe7ba28115fc768b85;hpb=c0961059aa9335a88feb00a667ee32d95a7a888e;p=nageru diff --git a/video_encoder.h b/video_encoder.h index d51399e..31c0c5f 100644 --- a/video_encoder.h +++ b/video_encoder.h @@ -20,6 +20,7 @@ extern "C" { #include } +#include "mux.h" #include "ref_counted_gl_sync.h" class AudioEncoder; @@ -94,6 +95,7 @@ private: std::unique_ptr x264_encoder; // nullptr if not using x264. std::string stream_mux_header; + MuxMetrics stream_mux_metrics; std::atomic quicksync_encoders_in_shutdown{0}; std::atomic overriding_bitrate{0};