From 86e89b4e230371b2de92e3a3cda6fdea42fff614 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Tue, 27 Jun 2023 10:33:48 +0200 Subject: STUN: tell RTP from RTCP while in monitoring state (#2027) --- src/lib/protocols/rtp.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/lib/protocols/rtp.c') diff --git a/src/lib/protocols/rtp.c b/src/lib/protocols/rtp.c index 4150d4eab..68a1a2ac9 100644 --- a/src/lib/protocols/rtp.c +++ b/src/lib/protocols/rtp.c @@ -31,12 +31,6 @@ #define RTP_MIN_HEADER 12 #define RTCP_MIN_HEADER 8 -enum { - NO_RTP_RTCP = 0, - IS_RTP = 1, - IS_RTCP = 2, -}; - /* https://www.iana.org/assignments/rtp-parameters/rtp-parameters.xhtml */ int is_valid_rtp_payload_type(uint8_t type) { -- cgit v1.2.3