| Index: webrtc/video_receive_stream.h
|
| diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h
|
| index cd1434caeefb2bb3533559ed53c50c67b32f0bbe..51d842616b467ff83da460aa46d1e8d60fbc8f59 100644
|
| --- a/webrtc/video_receive_stream.h
|
| +++ b/webrtc/video_receive_stream.h
|
| @@ -51,6 +51,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;
|
|
|