Index: webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.h |
diff --git a/webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.h b/webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.h |
index ad49a865e2556e7dd7f21ba09f8051dc88b33316..88b620b1fcefc7739789761358371fbf17642b40 100644 |
--- a/webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.h |
+++ b/webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.h |
@@ -48,6 +48,7 @@ class AudioEncoderG722 final : public AudioEncoder { |
EncodedInfo EncodeImpl(uint32_t rtp_timestamp, |
rtc::ArrayView<const int16_t> audio, |
rtc::Buffer* encoded) override; |
+ const char* GetCodecName() const override; |
private: |
// The encoder state for one channel. |