Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / audio_coding / main / source / acm_resampler.h
index b50e722..ceeae05 100644 (file)
@@ -15,7 +15,6 @@
 #include "webrtc/typedefs.h"
 
 namespace webrtc {
-
 namespace acm1 {
 
 class ACMResampler {
@@ -30,11 +29,10 @@ class ACMResampler {
                          uint8_t num_audio_channels);
 
  private:
-  PushResampler resampler_;
+  PushResampler<int16_t> resampler_;
 };
 
 }  // namespace acm1
-
 }  // namespace webrtc
 
 #endif  // WEBRTC_MODULES_AUDIO_CODING_MAIN_SOURCE_ACM_RESAMPLER_H_