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 |