| Index: webrtc/modules/audio_coding/codecs/audio_encoder.h
|
| diff --git a/webrtc/modules/audio_coding/codecs/audio_encoder.h b/webrtc/modules/audio_coding/codecs/audio_encoder.h
|
| index 73b4468d4657ea5c58af8067435931f66e9a3351..7a3507d171b9932fb501a6114285d2c912ebb245 100644
|
| --- a/webrtc/modules/audio_coding/codecs/audio_encoder.h
|
| +++ b/webrtc/modules/audio_coding/codecs/audio_encoder.h
|
| @@ -140,16 +140,6 @@ class AudioEncoder {
|
| // encoder is free to adjust or disregard the given bitrate (the default
|
| // implementation does the latter).
|
| virtual void SetTargetBitrate(int target_bps);
|
| -
|
| - // Sets the maximum bitrate which must not be exceeded for any packet. The
|
| - // encoder is free to adjust or disregard this value (the default
|
| - // implementation does the latter).
|
| - virtual void SetMaxBitrate(int max_bps);
|
| -
|
| - // Sets an upper limit on the size of packet payloads produced by the
|
| - // encoder. The encoder is free to adjust or disregard this value (the
|
| - // default implementation does the latter).
|
| - virtual void SetMaxPayloadSize(int max_payload_size_bytes);
|
| };
|
| } // namespace webrtc
|
| #endif // WEBRTC_MODULES_AUDIO_CODING_CODECS_AUDIO_ENCODER_H_
|
|
|