Merge pull request #1259 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:bugfix/FS-10264-rtp_ext_hdr_jb to master

* commit '85cd705b2358f973e9e2533b951ae6eedea56610':
  FS-10264: extend switch_rtp_packet_t to fix jitter buffer bug triggered by RTP ext headers (RFC5285)
This commit is contained in:
Mike Jerris 2017-04-25 16:08:41 +00:00
commit a2a4a74a15
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ SWITCH_BEGIN_EXTERN_C
typedef struct {
switch_rtp_hdr_t header;
char body[SWITCH_RTP_MAX_BUF_LEN+4+sizeof(char *)];
switch_rtp_hdr_ext_t *ext;
char *ebody;
} switch_rtp_packet_t;
typedef enum {