]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10264: extend switch_rtp_packet_t to fix jitter buffer bug triggered by RTP ext...
authorDragos Oancea <dragos.oancea@nexmo.com>
Tue, 25 Apr 2017 00:41:55 +0000 (01:41 +0100)
committerDragos Oancea <dragos.oancea@nexmo.com>
Tue, 25 Apr 2017 07:20:31 +0000 (08:20 +0100)
src/include/switch_rtp.h

index 3ae8bd586aa4d872719787758f3bf2aa05e423e5..4080ecd03a30690ff87169c944c739ca0771defd 100644 (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 {