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

Unified Diff: webrtc/modules/audio_coding/neteq/test/PayloadTypes.h

Issue 1516653003: Adding Opus to RTPencode. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years 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/test/PayloadTypes.h
diff --git a/webrtc/modules/audio_coding/neteq/test/PayloadTypes.h b/webrtc/modules/audio_coding/neteq/test/PayloadTypes.h
index c46a3daece0d57cbd95d866267bf7a6da9e57437..29855d7f1ea9971372a1ac41ef0865d335db4a99 100644
--- a/webrtc/modules/audio_coding/neteq/test/PayloadTypes.h
+++ b/webrtc/modules/audio_coding/neteq/test/PayloadTypes.h
@@ -57,6 +57,7 @@
/* Extra dynamic codepoints */
#define NETEQ_CODEC_AMRWB_PT 120
+#define NETEQ_CODEC_OPUS_PT 92
hlundin-webrtc 2015/12/11 08:30:29 Please, use PT 111 to match the default in neteq_r
minyue-webrtc 2015/12/11 09:03:55 Thank you! I was struggling with this.
#define NETEQ_CODEC_PCM16B_PT 93
#define NETEQ_CODEC_PCM16B_WB_PT 94
#define NETEQ_CODEC_PCM16B_SWB32KHZ_PT 95

Powered by Google App Engine
This is Rietveld 408576698