From 85cd705b2358f973e9e2533b951ae6eedea56610 Mon Sep 17 00:00:00 2001 From: Dragos Oancea Date: Tue, 25 Apr 2017 01:41:55 +0100 Subject: [PATCH] FS-10264: extend switch_rtp_packet_t to fix jitter buffer bug triggered by RTP ext headers (RFC5285) --- src/include/switch_rtp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/switch_rtp.h b/src/include/switch_rtp.h index 3ae8bd586a..4080ecd03a 100644 --- a/src/include/switch_rtp.h +++ b/src/include/switch_rtp.h @@ -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 {