Mercurial > libavformat.hg
changeset 3196:f1c709e64ed5 libavformat
Add a comment about missing entries
author | lucabe |
---|---|
date | Mon, 31 Mar 2008 09:54:49 +0000 |
parents | a859757a057b |
children | e56c575b6717 |
files | rtp.c |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
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;