summaryrefslogtreecommitdiff
path: root/libavformat/rtp.c
diff options
context:
space:
mode:
authorLuca Abeni <lucabe72@email.it>2008-03-31 09:54:49 +0000
committerLuca Abeni <lucabe72@email.it>2008-03-31 09:54:49 +0000
commit2ccf0a42903e55d23588b2bc477bee0cf66a46dc (patch)
tree60bbd673b63c64ee57d5ef536e781d1a63be4e46 /libavformat/rtp.c
parent87cb06435941290c46b54ba19d8bb0729d5f59f2 (diff)
Add a comment about missing entries
Originally committed as revision 12646 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp.c')
-rw-r--r--libavformat/rtp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/rtp.c b/libavformat/rtp.c
index 5f45afb0cb..adb7cc8401 100644
--- a/libavformat/rtp.c
+++ b/libavformat/rtp.c
@@ -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;