| 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 a455259bf2b93c42f3d8bb3b78a1947d6543bce7..0a2f05e460e59b0541acb34088e819797e7e9938 100644
|
| --- a/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h
|
| +++ b/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h
|
| @@ -97,6 +97,11 @@ class H264EncoderImpl : public H264Encoder {
|
|
|
| bool has_reported_init_;
|
| bool has_reported_error_;
|
| +
|
| + int64_t last_timing_frame_time_ms_;
|
| + // Timing frames config.
|
| + int64_t timing_frames_delay_ms_;
|
| + size_t timing_frames_outlier_size_percent_;
|
| };
|
|
|
| } // namespace webrtc
|
|
|