aboutsummaryrefslogtreecommitdiff
path: root/common_audio/resampler/include/resampler.h
diff options
context:
space:
mode:
Diffstat (limited to 'common_audio/resampler/include/resampler.h')
-rw-r--r--common_audio/resampler/include/resampler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common_audio/resampler/include/resampler.h b/common_audio/resampler/include/resampler.h
index 04c487b331..41940f9a12 100644
--- a/common_audio/resampler/include/resampler.h
+++ b/common_audio/resampler/include/resampler.h
@@ -90,8 +90,8 @@ class Resampler {
size_t num_channels_;
// Extra instance for stereo
- Resampler* slave_left_;
- Resampler* slave_right_;
+ Resampler* helper_left_;
+ Resampler* helper_right_;
};
} // namespace webrtc