[FFmpeg-cvslog] r12646 - trunk/libavformat/rtp.c

lucabe subversion
Mon Mar 31 11:54:49 CEST 2008


Author: lucabe
Date: Mon Mar 31 11:54:49 2008
New Revision: 12646

Log:
Add a comment about missing entries


Modified:
   trunk/libavformat/rtp.c

Modified: trunk/libavformat/rtp.c
==============================================================================
--- trunk/libavformat/rtp.c	(original)
+++ trunk/libavformat/rtp.c	Mon Mar 31 11:54:49 2008
@@ -29,6 +29,11 @@
 //#define DEBUG
 
 /* from http://www.iana.org/assignments/rtp-parameters last updated 05 January 2005 */
+/* payload types >= 96 are dynamic;
+ * payload types between 72 and 76 are reserved for RTCP conflict avoidance;
+ * all the other payload types not present in the table are unassigned or
+ * reserved
+ */
 static const struct
 {
     int pt;




More information about the ffmpeg-cvslog mailing list