Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Unified Diff: webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h

Issue 1967503002: Audio codec usage statistics (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h
diff --git a/webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h b/webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h
index f1f2714ff9ce5d4272f4c3e8292d570c258b341f..3b8ba30e1fe6e6dd1814ad5e2dc88a9bd5fadc96 100644
--- a/webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h
+++ b/webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h
@@ -91,6 +91,9 @@ class AudioEncoderIsacT final : public AudioEncoder {
uint32_t last_encoded_timestamp_;
RTC_DISALLOW_COPY_AND_ASSIGN(AudioEncoderIsacT);
+
+ protected:
+ const char* GetCodecName() const override;
};
} // namespace webrtc

Powered by Google App Engine
This is Rietveld 408576698