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

Unified Diff: webrtc/modules/audio_coding/main/acm2/acm_send_test_oldapi.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/acm_send_test_oldapi.h
diff --git a/webrtc/modules/audio_coding/main/acm2/acm_send_test_oldapi.h b/webrtc/modules/audio_coding/main/acm2/acm_send_test_oldapi.h
index 008e264987e7f1e19584bf2e79aa47a45b15aa82..523498bc3e46f2188913c688e6949db1a76bc09a 100644
--- a/webrtc/modules/audio_coding/main/acm2/acm_send_test_oldapi.h
+++ b/webrtc/modules/audio_coding/main/acm2/acm_send_test_oldapi.h
@@ -20,7 +20,7 @@
#include "webrtc/system_wrappers/interface/clock.h"
namespace webrtc {
-class AudioEncoderMutable;
+class AudioEncoder;
namespace test {
class InputAudioFile;
@@ -42,7 +42,7 @@ class AcmSendTestOldApi : public AudioPacketizationCallback,
int frame_size_samples);
// Registers an external send codec. Returns true on success, false otherwise.
- bool RegisterExternalCodec(AudioEncoderMutable* external_speech_encoder);
+ bool RegisterExternalCodec(AudioEncoder* external_speech_encoder);
// Returns the next encoded packet. Returns NULL if the test duration was
// exceeded. Ownership of the packet is handed over to the caller.

Powered by Google App Engine
This is Rietveld 408576698