| Index: remoting/codec/audio_encoder_opus.h
|
| diff --git a/remoting/codec/audio_encoder_opus.h b/remoting/codec/audio_encoder_opus.h
|
| index 7f8678563b44f8278c01a1d733993bc35516343b..e1c67d5a2cbdde4252f81a5cdb21589d8dab80c1 100644
|
| --- a/remoting/codec/audio_encoder_opus.h
|
| +++ b/remoting/codec/audio_encoder_opus.h
|
| @@ -27,6 +27,7 @@ class AudioEncoderOpus : public AudioEncoder {
|
|
|
| // AudioEncoder interface.
|
| scoped_ptr<AudioPacket> Encode(scoped_ptr<AudioPacket> packet) override;
|
| + int GetBitrate() override;
|
|
|
| private:
|
| void InitEncoder();
|
|
|