| Index: webrtc/voice_engine/channel.h
|
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
|
| index c86820f2a5d933ab2d039274ff4f91cd7e64f8cd..70396cb839e8bb93eebb398c74a8be7801d318c6 100644
|
| --- a/webrtc/voice_engine/channel.h
|
| +++ b/webrtc/voice_engine/channel.h
|
| @@ -17,6 +17,7 @@
|
| #include "webrtc/api/call/audio_sink.h"
|
| #include "webrtc/base/criticalsection.h"
|
| #include "webrtc/base/optional.h"
|
| +#include "webrtc/base/smoothing_filter.h"
|
| #include "webrtc/common_audio/resampler/include/push_resampler.h"
|
| #include "webrtc/common_types.h"
|
| #include "webrtc/modules/audio_coding/acm2/codec_manager.h"
|
| @@ -546,6 +547,8 @@ class Channel
|
|
|
| // TODO(ossu): Remove once GetAudioDecoderFactory() is no longer needed.
|
| rtc::scoped_refptr<AudioDecoderFactory> decoder_factory_;
|
| +
|
| + SmoothingFilterImpl bitrate_smoother_;
|
| };
|
|
|
| } // namespace voe
|
|
|