| 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 e143a2a43f28b27cc2bb6f998483a4dfef46c2dd..505f0f2a660f4eec1c65315df7e16f8c3d2d8436 100644
|
| --- a/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| +++ b/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| @@ -119,6 +119,9 @@ class NetEqImpl : public webrtc::NetEq {
|
| const std::string& codec_name,
|
| uint8_t rtp_payload_type) override;
|
|
|
| + bool RegisterPayloadType(int rtp_payload_type,
|
| + const SdpAudioFormat& audio_format) override;
|
| +
|
| // Removes |rtp_payload_type| from the codec database. Returns 0 on success,
|
| // -1 on failure.
|
| int RemovePayloadType(uint8_t rtp_payload_type) override;
|
|
|