X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=x264_encoder.h;h=7a155e341bd0e64b0f0153b8a2977058cd001bf3;hp=b8a3562a38da57e0be03437c87ecbd799facb689;hb=fa54f2630c56a1df0046923d6a77b1bd58abf240;hpb=c574aef4437253dcf0e6c1fed4c9cab1033b33f9 diff --git a/x264_encoder.h b/x264_encoder.h index b8a3562..7a155e3 100644 --- a/x264_encoder.h +++ b/x264_encoder.h @@ -115,15 +115,6 @@ private: // Key is the pts of the frame. std::unordered_map frames_being_encoded; - - // Metrics. - std::atomic metric_x264_queued_frames{0}; - std::atomic metric_x264_max_queued_frames{X264_QUEUE_LENGTH}; - std::atomic metric_x264_dropped_frames{0}; - std::atomic metric_x264_output_frames_i{0}; - std::atomic metric_x264_output_frames_p{0}; - std::atomic metric_x264_output_frames_b{0}; - Histogram metric_x264_crf; }; #endif // !defined(_X264ENCODE_H)