Browse Source

rtcp: add app-specific packet type

master
Rafaël Carré 6 years ago
parent
commit
6b282cef77
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ietf/rtcp.h

+ 1
- 0
ietf/rtcp.h View File

@ -29,6 +29,7 @@
# include <inttypes.h>
# define RTCP_RTP_VERSION 2
# define RTCP_PT_APP 204
static inline void rtcp_set_rtp_version(uint8_t *p_rtcp)
{

Loading…
Cancel
Save