Index: webrtc/modules/audio_coding/acm2/rent_a_codec.h |
diff --git a/webrtc/modules/audio_coding/acm2/rent_a_codec.h b/webrtc/modules/audio_coding/acm2/rent_a_codec.h |
index a4026acd2832ff2e0b45e578bbb1ef4e1f391ddb..bac37afa96310bd0d724761970453e8051d4c6a5 100644 |
--- a/webrtc/modules/audio_coding/acm2/rent_a_codec.h |
+++ b/webrtc/modules/audio_coding/acm2/rent_a_codec.h |
@@ -20,6 +20,7 @@ |
#include "webrtc/base/optional.h" |
#include "webrtc/base/scoped_ref_ptr.h" |
#include "webrtc/modules/audio_coding/codecs/audio_decoder.h" |
+#include "webrtc/modules/audio_coding/codecs/audio_format.h" |
#include "webrtc/modules/audio_coding/codecs/audio_encoder.h" |
#include "webrtc/modules/audio_coding/include/audio_coding_module_typedefs.h" |
#include "webrtc/typedefs.h" |
@@ -135,6 +136,9 @@ class RentACodec { |
kDecoderOpus_2ch, |
}; |
+ static rtc::Optional<SdpAudioFormat> NetEqDecoderToSdpAudioFormat( |
+ NetEqDecoder nd); |
+ |
static inline size_t NumberOfCodecs() { |
return static_cast<size_t>(CodecId::kNumCodecs); |
} |