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

Unified Diff: webrtc/modules/audio_coding/neteq/neteq_impl.h

Issue 2355503002: Stopped using the NetEqDecoder enum internally in NetEq. (Closed)
Patch Set: Clarified comments. Created 4 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/neteq/neteq_impl.h
diff --git a/webrtc/modules/audio_coding/neteq/neteq_impl.h b/webrtc/modules/audio_coding/neteq/neteq_impl.h
index dda3d64494903b33177de3d1bac7a6a9a8ddfc78..e143a2a43f28b27cc2bb6f998483a4dfef46c2dd 100644
--- a/webrtc/modules/audio_coding/neteq/neteq_impl.h
+++ b/webrtc/modules/audio_coding/neteq/neteq_impl.h
@@ -173,7 +173,8 @@ class NetEqImpl : public webrtc::NetEq {
rtc::Optional<CodecInst> GetDecoder(int payload_type) const override;
- const SdpAudioFormat* GetDecoderFormat(int payload_type) const override;
+ rtc::Optional<SdpAudioFormat> GetDecoderFormat(
+ int payload_type) const override;
int SetTargetNumberOfChannels() override;
« no previous file with comments | « webrtc/modules/audio_coding/neteq/mock/mock_delay_manager.h ('k') | webrtc/modules/audio_coding/neteq/neteq_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698