| Index: webrtc/modules/video_coding/codecs/test/videoprocessor.cc
|
| diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor.cc
|
| index c7c152d16137559291d1bf9cdedc284d6d55ddf9..d6d2c0ca6368889c637aab9f917d3440ff0c04b4 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/videoprocessor.cc
|
| +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor.cc
|
| @@ -314,6 +314,7 @@ void VideoProcessorImpl::FrameEncoded(
|
| stat.encoded_frame_length_in_bytes = encoded_image._length;
|
| stat.frame_number = frame_number;
|
| stat.frame_type = encoded_image._frameType;
|
| + stat.qp = encoded_image.qp_;
|
| stat.bit_rate_in_kbps = encoded_image._length * bit_rate_factor_;
|
| stat.total_packets =
|
| encoded_image._length / config_.networking_config.packet_size_in_bytes +
|
|
|