mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-27 11:47:41 +00:00
FS-10264: extend switch_rtp_packet_t to fix jitter buffer bug triggered by RTP ext headers (RFC5285)
This commit is contained in:
parent
c8d5fed7c5
commit
93e0f7164f
@ -52,6 +52,8 @@ SWITCH_BEGIN_EXTERN_C
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
switch_rtp_hdr_t header;
|
switch_rtp_hdr_t header;
|
||||||
char body[SWITCH_RTP_MAX_BUF_LEN+4+sizeof(char *)];
|
char body[SWITCH_RTP_MAX_BUF_LEN+4+sizeof(char *)];
|
||||||
|
switch_rtp_hdr_ext_t *ext;
|
||||||
|
char *ebody;
|
||||||
} switch_rtp_packet_t;
|
} switch_rtp_packet_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user