X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=video_encoder.h;h=31c0c5f05ff41cb5a97510a0a50e2d240442dcc2;hb=1836dccf699779d9092a75755cec96cea1734a2a;hp=d51399e17a82c71bcbf31fbe7ba28115fc768b85;hpb=2abf57fbc06f52c04fb2ca1f765459908e688890;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};