Index: webrtc/video_receive_stream.h |
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h |
index 275162ca1cfe4e866de816441afa170b96a87a8e..7c009a4263a1f0340d907ab4883e6984168b56ae 100644 |
--- a/webrtc/video_receive_stream.h |
+++ b/webrtc/video_receive_stream.h |
@@ -60,6 +60,7 @@ class VideoReceiveStream : public ReceiveStream { |
int render_frame_rate = 0; |
// Decoder stats. |
+ std::string decoder_implementation_name = "unknown"; |
FrameCounts frame_counts; |
int decode_ms = 0; |
int max_decode_ms = 0; |