Chromium Code Reviews| Index: webrtc/modules/video_coding/utility/quality_scaler.h |
| diff --git a/webrtc/modules/video_coding/utility/quality_scaler.h b/webrtc/modules/video_coding/utility/quality_scaler.h |
| index a1233cca517e4b63204228eba30936e55f58e442..494a0c6a1bf6b599c73f5fec41894c67ede38967 100644 |
| --- a/webrtc/modules/video_coding/utility/quality_scaler.h |
| +++ b/webrtc/modules/video_coding/utility/quality_scaler.h |
| @@ -27,7 +27,10 @@ class QualityScaler { |
| QualityScaler(); |
| void Init(int low_qp_threshold, |
| int high_qp_threshold, |
| - bool use_framerate_reduction); |
| + bool use_framerate_reduction, |
| + int initial_bitrate_kbps = 0, |
|
pbos-webrtc
2016/02/09 20:31:29
No default parameters.
AlexG
2016/02/09 23:37:18
Done.
|
| + int width = 0, |
| + int height = 0); |
| void SetMinResolution(int min_width, int min_height); |
| void ReportFramerate(int framerate); |
| void ReportQP(int qp); |