Update RFC numbers in some comments.

svn path=/trunk/; revision=26303
This commit is contained in:
Gerald Combs 2008-09-30 02:57:06 +00:00
parent ffe205dd8b
commit e39ccb6987
1 changed files with 14 additions and 14 deletions

View File

@ -30,26 +30,26 @@
/*
* RTP Payload types
* Table B.2 / H.225.0
* Also RFC 1890, and
* Also RFC 3551, and
*
* http://www.iana.org/assignments/rtp-parameters
*/
#define PT_PCMU 0 /* RFC 1890 */
#define PT_1016 1 /* RFC 1890 */
#define PT_G721 2 /* RFC 1890 */
#define PT_GSM 3 /* RFC 1890 */
#define PT_PCMU 0 /* RFC 3551 */
#define PT_1016 1 /* RFC 1890 (reserved in RFC 3551) */
#define PT_G721 2 /* RFC 1890 (reserved in RFC 3551) */
#define PT_GSM 3 /* RFC 3551 */
#define PT_G723 4 /* From Vineet Kumar of Intel; see the Web page */
#define PT_DVI4_8000 5 /* RFC 1890 */
#define PT_DVI4_16000 6 /* RFC 1890 */
#define PT_LPC 7 /* RFC 1890 */
#define PT_PCMA 8 /* RFC 1890 */
#define PT_G722 9 /* RFC 1890 */
#define PT_L16_STEREO 10 /* RFC 1890 */
#define PT_L16_MONO 11 /* RFC 1890 */
#define PT_DVI4_8000 5 /* RFC 3551 */
#define PT_DVI4_16000 6 /* RFC 3551 */
#define PT_LPC 7 /* RFC 3551 */
#define PT_PCMA 8 /* RFC 3551 */
#define PT_G722 9 /* RFC 3551 */
#define PT_L16_STEREO 10 /* RFC 3551 */
#define PT_L16_MONO 11 /* RFC 3551 */
#define PT_QCELP 12 /* Qualcomm Code Excited Linear Predictive coding? */
#define PT_CN 13 /* RFC 3389 */
#define PT_MPA 14 /* RFC 1890, RFC 2250 */
#define PT_G728 15 /* RFC 1890 */
#define PT_MPA 14 /* RFC 3551, RFC 2250 */
#define PT_G728 15 /* RFC 3551 */
#define PT_DVI4_11025 16 /* from Joseph Di Pol of Sun; see the Web page */
#define PT_DVI4_22050 17 /* from Joseph Di Pol of Sun; see the Web page */
#define PT_G729 18