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

Side by Side 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 #define NETEQ_CODEC_G726_40_PT 118 50 #define NETEQ_CODEC_G726_40_PT 118
51 //#define NETEQ_CODEC_ENERGY_PT 120 51 //#define NETEQ_CODEC_ENERGY_PT 120
52 #define NETEQ_CODEC_CN_WB_PT 105 52 #define NETEQ_CODEC_CN_WB_PT 105
53 #define NETEQ_CODEC_CN_SWB_PT 126 53 #define NETEQ_CODEC_CN_SWB_PT 126
54 #define NETEQ_CODEC_G729_1_PT 107 54 #define NETEQ_CODEC_G729_1_PT 107
55 #define NETEQ_CODEC_G729D_PT 123 55 #define NETEQ_CODEC_G729D_PT 123
56 #define NETEQ_CODEC_MELPE_PT 124 56 #define NETEQ_CODEC_MELPE_PT 124
57 57
58 /* Extra dynamic codepoints */ 58 /* Extra dynamic codepoints */
59 #define NETEQ_CODEC_AMRWB_PT 120 59 #define NETEQ_CODEC_AMRWB_PT 120
60 #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.
60 #define NETEQ_CODEC_PCM16B_PT 93 61 #define NETEQ_CODEC_PCM16B_PT 93
61 #define NETEQ_CODEC_PCM16B_WB_PT 94 62 #define NETEQ_CODEC_PCM16B_WB_PT 94
62 #define NETEQ_CODEC_PCM16B_SWB32KHZ_PT 95 63 #define NETEQ_CODEC_PCM16B_SWB32KHZ_PT 95
63 #define NETEQ_CODEC_PCM16B_SWB48KHZ_PT 96 64 #define NETEQ_CODEC_PCM16B_SWB48KHZ_PT 96
64 #define NETEQ_CODEC_MPEG4AAC_PT 122 65 #define NETEQ_CODEC_MPEG4AAC_PT 122
65 66
66 67
67 /* Not default in VoiceEngine */ 68 /* Not default in VoiceEngine */
68 #define NETEQ_CODEC_G722_1C_24_PT 84 69 #define NETEQ_CODEC_G722_1C_24_PT 84
69 #define NETEQ_CODEC_G722_1C_32_PT 85 70 #define NETEQ_CODEC_G722_1C_32_PT 85
70 #define NETEQ_CODEC_G722_1C_48_PT 86 71 #define NETEQ_CODEC_G722_1C_48_PT 86
71 72
72 #define NETEQ_CODEC_SILK_8_PT 80 73 #define NETEQ_CODEC_SILK_8_PT 80
73 #define NETEQ_CODEC_SILK_12_PT 81 74 #define NETEQ_CODEC_SILK_12_PT 81
74 #define NETEQ_CODEC_SILK_16_PT 82 75 #define NETEQ_CODEC_SILK_16_PT 82
75 #define NETEQ_CODEC_SILK_24_PT 83 76 #define NETEQ_CODEC_SILK_24_PT 83
76 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698