| Index: remoting/codec/audio_encoder_opus.cc
|
| diff --git a/remoting/codec/audio_encoder_opus.cc b/remoting/codec/audio_encoder_opus.cc
|
| index 51b66f09b5eb5a021f08bb4c1e76ac57b95a775d..53bfe0b0c0893acd58b384e586224f63b58effe6 100644
|
| --- a/remoting/codec/audio_encoder_opus.cc
|
| +++ b/remoting/codec/audio_encoder_opus.cc
|
| @@ -18,12 +18,6 @@ namespace {
|
| // Output 160 kb/s bitrate.
|
| const int kOutputBitrateBps = 160 * 1024;
|
|
|
| -// Encoded buffer size.
|
| -const int kFrameDefaultBufferSize = 4096;
|
| -
|
| -// Maximum buffer size we'll allocate when encoding before giving up.
|
| -const int kMaxBufferSize = 65536;
|
| -
|
| // Opus doesn't support 44100 sampling rate so we always resample to 48kHz.
|
| const AudioPacket::SamplingRate kOpusSamplingRate =
|
| AudioPacket::SAMPLING_RATE_48000;
|
|
|