diff --git a/webrtc/modules/video_coding/utility/frame_dropper.cc b/webrtc/modules/video_coding/utility/frame_dropper.cc index 9c606f8cdc..5de7526ac2 100644 --- a/webrtc/modules/video_coding/utility/frame_dropper.cc +++ b/webrtc/modules/video_coding/utility/frame_dropper.cc @@ -73,6 +73,7 @@ void FrameDropper::Reset() { incoming_frame_rate_ = kDefaultIncomingFrameRate; large_frame_accumulation_count_ = 0; + large_frame_accumulation_chunk_size_ = 0; large_frame_accumulation_spread_ = 0.5 * kDefaultIncomingFrameRate; drop_next_ = false;