summaryrefslogtreecommitdiff
path: root/voice_engine/output_mixer_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'voice_engine/output_mixer_internal.h')
-rw-r--r--voice_engine/output_mixer_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/voice_engine/output_mixer_internal.h b/voice_engine/output_mixer_internal.h
index 8d23a14f..88a3a5b2 100644
--- a/voice_engine/output_mixer_internal.h
+++ b/voice_engine/output_mixer_internal.h
@@ -14,7 +14,7 @@
namespace webrtc {
class AudioFrame;
-class Resampler;
+class PushResampler;
namespace voe {
@@ -24,7 +24,7 @@ namespace voe {
//
// On failure, returns -1 and copies |src_frame| to |dst_frame|.
int RemixAndResample(const AudioFrame& src_frame,
- Resampler* resampler,
+ PushResampler* resampler,
AudioFrame* dst_frame);
} // namespace voe