| Index: webrtc/video_engine/vie_encoder.cc
|
| diff --git a/webrtc/video_engine/vie_encoder.cc b/webrtc/video_engine/vie_encoder.cc
|
| index cf546d07a98862b1f08715a23254b62809ba7464..74b6bbfc44668c1c35af15415ed9b197d8257c95 100644
|
| --- a/webrtc/video_engine/vie_encoder.cc
|
| +++ b/webrtc/video_engine/vie_encoder.cc
|
| @@ -484,6 +484,12 @@ int32_t ViEEncoder::SendData(
|
| : -1;
|
| }
|
|
|
| +void ViEEncoder::OnEncoderImplementationName(
|
| + const char* implementation_name) {
|
| + if (stats_proxy_)
|
| + stats_proxy_->OnEncoderImplementationName(implementation_name);
|
| +}
|
| +
|
| int32_t ViEEncoder::SendStatistics(const uint32_t bit_rate,
|
| const uint32_t frame_rate) {
|
| if (stats_proxy_)
|
|
|