Browse Source

TT#14008 fix minimum XR packet size check

closes #1296

Change-Id: I03340107d8e2f331842e873a81867989232f8ede
mr9.5.1
Richard Fuchs 5 years ago
parent
commit
492d5a02f0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      daemon/rtcp.c

+ 1
- 0
daemon/rtcp.c View File

@ -463,6 +463,7 @@ static const int min_packet_sizes[] = {
[RTCP_PT_APP] = sizeof(struct app_packet),
[RTCP_PT_RTPFB] = sizeof(struct fb_packet),
[RTCP_PT_PSFB] = sizeof(struct fb_packet),
[RTCP_PT_XR] = sizeof(struct xr_packet),
};
static const xr_handler_func xr_handler_funcs[] = {


Loading…
Cancel
Save