| 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 dda3d64494903b33177de3d1bac7a6a9a8ddfc78..e143a2a43f28b27cc2bb6f998483a4dfef46c2dd 100644
|
| --- a/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| +++ b/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| @@ -173,7 +173,8 @@ class NetEqImpl : public webrtc::NetEq {
|
|
|
| rtc::Optional<CodecInst> GetDecoder(int payload_type) const override;
|
|
|
| - const SdpAudioFormat* GetDecoderFormat(int payload_type) const override;
|
| + rtc::Optional<SdpAudioFormat> GetDecoderFormat(
|
| + int payload_type) const override;
|
|
|
| int SetTargetNumberOfChannels() override;
|
|
|
|
|