| Index: remoting/codec/audio_encoder_verbatim.cc
|
| diff --git a/remoting/codec/audio_encoder_verbatim.cc b/remoting/codec/audio_encoder_verbatim.cc
|
| index 16b74e8ac43e6009f0fe6e31e2cede0598758c7a..9241ce07489e48d8b62579beb744b5092050e26d 100644
|
| --- a/remoting/codec/audio_encoder_verbatim.cc
|
| +++ b/remoting/codec/audio_encoder_verbatim.cc
|
| @@ -20,7 +20,7 @@ scoped_ptr<AudioPacket> AudioEncoderVerbatim::Encode(
|
| DCHECK_NE(AudioPacket::SAMPLING_RATE_INVALID, packet->sampling_rate());
|
| DCHECK_NE(AudioPacket::BYTES_PER_SAMPLE_INVALID, packet->bytes_per_sample());
|
| DCHECK_NE(AudioPacket::CHANNELS_INVALID, packet->channels());
|
| - return packet.Pass();
|
| + return packet;
|
| }
|
|
|
| int AudioEncoderVerbatim::GetBitrate() {
|
|
|