FS-8713 #resolve [crash on bad video rtp stream] #comment Pushed a patch to make the sizes match. This was the original intention since we want to preserve the packet as-is while in the jb
This commit is contained in:
parent
852dd01c87
commit
30fa89e008
|
@ -51,7 +51,7 @@ 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];
|
char body[SWITCH_RTP_MAX_BUF_LEN+4+sizeof(char *)];
|
||||||
} switch_rtp_packet_t;
|
} switch_rtp_packet_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
Loading…
Reference in New Issue