Index: webrtc/video_send_stream.h |
diff --git a/webrtc/video_send_stream.h b/webrtc/video_send_stream.h |
index b5f8c9ad1cf086e4e0809c5829cded602007d056..83a96d3fed02d496358ad0a9df8bcfa22d2b4242 100644 |
--- a/webrtc/video_send_stream.h |
+++ b/webrtc/video_send_stream.h |
@@ -62,6 +62,7 @@ class VideoSendStream : public SendStream { |
}; |
struct Stats { |
+ std::string encoder_implementation_name = "unknown"; |
int input_frame_rate = 0; |
int encode_frame_rate = 0; |
int avg_encode_time_ms = 0; |