| 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 58b705b408f81ac292dbd0f11bed36dcc1e942f5..3136d1ae0e05490f684385479d7748ea76d6a3aa 100644
|
| --- a/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| +++ b/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| @@ -128,8 +128,7 @@ class NetEqImpl : public webrtc::NetEq {
|
| int RegisterExternalDecoder(AudioDecoder* decoder,
|
| NetEqDecoder codec,
|
| const std::string& codec_name,
|
| - uint8_t rtp_payload_type,
|
| - int sample_rate_hz) override;
|
| + uint8_t rtp_payload_type) override;
|
|
|
| // Removes |rtp_payload_type| from the codec database. Returns 0 on success,
|
| // -1 on failure.
|
|
|