aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwiberg <kwiberg@webrtc.org>2015-12-15 14:20:24 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-15 22:20:29 +0000
commit7eb914debbdc212833ca71629d611de0ae0f3ebc (patch)
treeb506524db6cd98fd9e78088070dd46cd7df82fea
parent78315b9813382a98b85294b097aa6a690743abaf (diff)
downloadwebrtc-7eb914debbdc212833ca71629d611de0ae0f3ebc.tar.gz
Fix incorrect comment
Review URL: https://codereview.webrtc.org/1524663004 Cr-Commit-Position: refs/heads/master@{#11036}
-rw-r--r--webrtc/modules/audio_coding/codecs/audio_encoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/modules/audio_coding/codecs/audio_encoder.h b/webrtc/modules/audio_coding/codecs/audio_encoder.h
index 553c35e269..ebb5d36bfd 100644
--- a/webrtc/modules/audio_coding/codecs/audio_encoder.h
+++ b/webrtc/modules/audio_coding/codecs/audio_encoder.h
@@ -125,7 +125,7 @@ class AudioEncoder {
// Tells the encoder about the highest sample rate the decoder is expected to
// use when decoding the bitstream. The encoder would typically use this
// information to adjust the quality of the encoding. The default
- // implementation just returns true.
+ // implementation does nothing.
virtual void SetMaxPlaybackRate(int frequency_hz);
// Tells the encoder what the projected packet loss rate is. The rate is in