mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-05-02 08:08:03 +00:00
Add a comment about missing entries
Originally committed as revision 12646 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
87cb064359
commit
2ccf0a4290
@ -29,6 +29,11 @@
|
|||||||
//#define DEBUG
|
//#define DEBUG
|
||||||
|
|
||||||
/* from http://www.iana.org/assignments/rtp-parameters last updated 05 January 2005 */
|
/* 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
|
static const struct
|
||||||
{
|
{
|
||||||
int pt;
|
int pt;
|
||||||
|
Loading…
Reference in New Issue
Block a user