| Index: webrtc/modules/video_coding/codecs/test/stats.h
|
| diff --git a/webrtc/modules/video_coding/codecs/test/stats.h b/webrtc/modules/video_coding/codecs/test/stats.h
|
| index 9092631ca1c6cefecec90d7968106c98efa1460c..d2dd303ee006be96e64460a132249433b9d77fb8 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/stats.h
|
| +++ b/webrtc/modules/video_coding/codecs/test/stats.h
|
| @@ -28,6 +28,7 @@ struct FrameStatistic {
|
| int decode_return_code;
|
| int encode_time_in_us;
|
| int decode_time_in_us;
|
| + int qp;
|
| int frame_number;
|
| // How many packets were discarded of the encoded frame data (if any).
|
| int packets_dropped;
|
|
|