| Index: webrtc/modules/audio_coding/main/acm2/rent_a_codec.h
|
| diff --git a/webrtc/modules/audio_coding/main/acm2/rent_a_codec.h b/webrtc/modules/audio_coding/main/acm2/rent_a_codec.h
|
| index 98052e7bdac118d168f435587e56a41e92aed505..2c85bcf51c042fa744b9ce0478362f37d12b78f9 100644
|
| --- a/webrtc/modules/audio_coding/main/acm2/rent_a_codec.h
|
| +++ b/webrtc/modules/audio_coding/main/acm2/rent_a_codec.h
|
| @@ -148,6 +148,7 @@ class RentACodec {
|
| int sampling_freq_hz,
|
| int channels);
|
| static rtc::Maybe<CodecInst> CodecInstById(CodecId codec_id);
|
| + static rtc::Maybe<CodecId> CodecIdByInst(const CodecInst& codec_inst);
|
| static rtc::Maybe<CodecInst> CodecInstByParams(const char* payload_name,
|
| int sampling_freq_hz,
|
| int channels);
|
|
|