Mercurial > libavformat.hg
diff rtp.c @ 3196:f1c709e64ed5 libavformat
Add a comment about missing entries
| author | lucabe |
|---|---|
| date | Mon, 31 Mar 2008 09:54:49 +0000 |
| parents | a859757a057b |
| children | 6f61c3b36632 |
line wrap: on
line diff
--- a/rtp.c Mon Mar 31 09:49:58 2008 +0000 +++ b/rtp.c Mon Mar 31 09:54:49 2008 +0000 @@ -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;
