From 3fa3066e202c21e676d61648570b791be439be05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Mon, 3 Oct 2016 16:10:05 +0200 Subject: [PATCH] rtcp_sr: add packet size --- ietf/rtcp_sr.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ietf/rtcp_sr.h b/ietf/rtcp_sr.h index 13a5628..0077a52 100644 --- a/ietf/rtcp_sr.h +++ b/ietf/rtcp_sr.h @@ -4,6 +4,8 @@ # include # include +# define RTCP_SR_SIZE 28 + # define RTCP_PT_SR 200 static inline void rtcp_sr_set_rtp_version(uint8_t *p_rtcp)