From 2e65ca908d0fc74016fcb43be09ea3d2eb8d61b4 Mon Sep 17 00:00:00 2001 From: Dragos Oancea Date: Mon, 1 Mar 2021 19:48:45 +0200 Subject: [PATCH] [core] rtp: fix #ifdef DEBUG_TS_ROLLOVER (#357) --- src/switch_rtp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/switch_rtp.c b/src/switch_rtp.c index fbe49eb15a..a461c9ba32 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -50,7 +50,9 @@ #include //#define DEBUG_TS_ROLLOVER -//#define TS_ROLLOVER_START 4294951295 +#ifdef DEBUG_TS_ROLLOVER +#define TS_ROLLOVER_START 4294951295 +#endif //#define DEBUG_2833 //#define RTP_DEBUG_WRITE_DELTA