| Index: webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h
|
| diff --git a/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h b/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h
|
| index ca28eb325006bd3be6d427f7416c6bf2a3c61e3c..aab16acf368eb6fbbc5705f1f4db1eacb86bf098 100644
|
| --- a/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h
|
| +++ b/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h
|
| @@ -55,17 +55,17 @@ class H264EncoderImpl : public H264Encoder {
|
|
|
| const char* ImplementationName() const override;
|
|
|
| + VideoEncoder::ScalingSettings GetScalingSettings() const override;
|
| +
|
| // Unsupported / Do nothing.
|
| int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
|
| int32_t SetPeriodicKeyFrames(bool enable) override;
|
| - void OnDroppedFrame() override;
|
|
|
| private:
|
| bool IsInitialized() const;
|
| SEncParamExt CreateEncoderParams() const;
|
|
|
| webrtc::H264BitstreamParser h264_bitstream_parser_;
|
| - QualityScaler quality_scaler_;
|
| // Reports statistics with histograms.
|
| void ReportInit();
|
| void ReportError();
|
|
|