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

Unified Diff: webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h

Issue 1322973004: Fold AudioEncoderMutable into AudioEncoder (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: review fixes Created 5 years, 3 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/main/acm2/audio_coding_module_impl.h
diff --git a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h b/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h
index fd939012055204f4eba1374f9e60f304c998190f..db3e927c087930087911c4bb582623953a9262dd 100644
--- a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h
+++ b/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h
@@ -47,7 +47,7 @@ class AudioCodingModuleImpl final : public AudioCodingModule {
int RegisterSendCodec(const CodecInst& send_codec) override;
void RegisterExternalSendCodec(
- AudioEncoderMutable* external_speech_encoder) override;
+ AudioEncoder* external_speech_encoder) override;
// Get current send codec.
int SendCodec(CodecInst* current_codec) const override;

Powered by Google App Engine
This is Rietveld 408576698