| Index: webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/neteq_impl.h b/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| index 7903ba665c65ca8ea31a044cb2f255b368fbd689..dd35301d7abc91e4f01a07b85d65776a0881615a 100644
|
| --- a/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| +++ b/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| @@ -173,6 +173,8 @@ class NetEqImpl : public webrtc::NetEq {
|
|
|
| rtc::Optional<CodecInst> GetDecoder(int payload_type) const override;
|
|
|
| + const SdpAudioFormat* GetDecoderFormat(int payload_type) const override;
|
| +
|
| int SetTargetNumberOfChannels() override;
|
|
|
| int SetTargetSampleRate() override;
|
|
|