Browse Source

rtcp_sr: add packet size

master
Rafaël Carré 8 years ago
parent
commit
3fa3066e20
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      ietf/rtcp_sr.h

+ 2
- 0
ietf/rtcp_sr.h View File

@ -4,6 +4,8 @@
# include <inttypes.h>
# include <bitstream/ietf/rtcp.h>
# define RTCP_SR_SIZE 28
# define RTCP_PT_SR 200
static inline void rtcp_sr_set_rtp_version(uint8_t *p_rtcp)

Loading…
Cancel
Save