From 2ccf0a42903e55d23588b2bc477bee0cf66a46dc Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Mon, 31 Mar 2008 09:54:49 +0000 Subject: Add a comment about missing entries Originally committed as revision 12646 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtp.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavformat/rtp.c') 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; -- cgit v1.2.3