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

Unified Diff: webrtc/modules/audio_coding/codecs/audio_format.h

Issue 2388153004: Stop using old AudioCodingModule::RegisterReceiveCodec overloads (Closed)
Patch Set: Created 4 years, 2 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/audio_format.h
diff --git a/webrtc/modules/audio_coding/codecs/audio_format.h b/webrtc/modules/audio_coding/codecs/audio_format.h
index 1199cc27cd39e26eb58599556d674c1a394ff956..0ab4c74b286ae321d45b37cf8d7b67c9ee5006d7 100644
--- a/webrtc/modules/audio_coding/codecs/audio_format.h
+++ b/webrtc/modules/audio_coding/codecs/audio_format.h
@@ -16,6 +16,8 @@
#include <string>
#include <utility>
+#include "webrtc/common_types.h"
+
namespace webrtc {
// SDP specification for a single audio codec.
@@ -55,6 +57,8 @@ struct AudioCodecSpec {
// comfort noise generator.
};
+SdpAudioFormat CodecInstToSdp(const CodecInst& codec_inst);
ossu 2016/10/05 13:39:58 You can have this, but not here. CodecInst is deci
kwiberg-webrtc 2016/10/06 12:14:52 OK, makes sense to put the legacy->current convert
+
} // namespace webrtc
#endif // WEBRTC_MODULES_AUDIO_CODING_CODECS_AUDIO_FORMAT_H_

Powered by Google App Engine
This is Rietveld 408576698