Browse Source

rtp3551: add dynamic types

master
Christophe Massiot 8 years ago
parent
commit
bbb3bb3b0e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      ietf/rtp3551.h

+ 2
- 1
ietf/rtp3551.h View File

@ -80,7 +80,8 @@ extern "C"
/* Unassigned 35-71 */
/* Reserved 72-76 */
/* Unassigned 77-95 */
/* Dynamic 96-127 */
#define RTP_TYPE_DYNAMIC_FIRST 96
#define RTP_TYPE_DYNAMIC_LAST 127
static inline uint32_t rtp_3551_get_clock_rate(uint8_t i_type)
{

Loading…
Cancel
Save