X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=mixer.h;h=9b14dc233a241ed6ed3b30e82323c96dc14cbf45;hp=e142a76e8789fad9604fc47d6167e8d3f9eee46e;hb=525665b0f6639686dad77785e81f31a5a9d87bc8;hpb=2fa5654e76175e660dfd834df6e85040bba358eb diff --git a/mixer.h b/mixer.h index e142a76..9b14dc2 100644 --- a/mixer.h +++ b/mixer.h @@ -455,6 +455,7 @@ private: int last_timecode = -1; // Unwrapped. // Metrics. + std::vector> labels; std::atomic metric_input_received_frames{0}; std::atomic metric_input_dropped_frames_jitter{0}; std::atomic metric_input_dropped_frames_error{0};