| Index: remoting/codec/audio_encoder_opus.h
|
| diff --git a/remoting/codec/audio_encoder_opus.h b/remoting/codec/audio_encoder_opus.h
|
| index b172de2628b33f65aa2e1e8279e33e472c33600e..7f610d4bd1e4e3ff4299362d94c7014c2eac8666 100644
|
| --- a/remoting/codec/audio_encoder_opus.h
|
| +++ b/remoting/codec/audio_encoder_opus.h
|
| @@ -34,7 +34,8 @@ class AudioEncoderOpus : public AudioEncoder {
|
| void DestroyEncoder();
|
| bool ResetForPacket(AudioPacket* packet);
|
|
|
| - void FetchBytesToResample(media::AudioBus* audio_bus);
|
| + void FetchBytesToResample(int resampler_frame_delay,
|
| + media::AudioBus* audio_bus);
|
|
|
| int sampling_rate_;
|
| AudioPacket::Channels channels_;
|
|
|