| Index: webrtc/modules/audio_coding/neteq/decoder_database.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/decoder_database.h b/webrtc/modules/audio_coding/neteq/decoder_database.h
|
| index 6fd7a396c5e1d7fb22f5c4945d447430c5379a04..157e0225d2282fa006f4a578235e78d3b18f9d37 100644
|
| --- a/webrtc/modules/audio_coding/neteq/decoder_database.h
|
| +++ b/webrtc/modules/audio_coding/neteq/decoder_database.h
|
| @@ -145,6 +145,11 @@ class DecoderDatabase {
|
| NetEqDecoder codec_type,
|
| const std::string& name);
|
|
|
| + // Registers a decoder for the given payload type. Returns kOK on success;
|
| + // otherwise an error code.
|
| + virtual int RegisterPayload(int rtp_payload_type,
|
| + const SdpAudioFormat& audio_format);
|
| +
|
| // Registers an externally created AudioDecoder object, and associates it
|
| // as a decoder of type |codec_type| with |rtp_payload_type|.
|
| virtual int InsertExternal(uint8_t rtp_payload_type,
|
|
|