From: Dragos Oancea Date: Mon, 1 Mar 2021 17:48:45 +0000 (+0200) Subject: [core] rtp: fix #ifdef DEBUG_TS_ROLLOVER (#357) X-Git-Tag: v1.10.6^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e65ca908d0fc74016fcb43be09ea3d2eb8d61b4;p=thirdparty%2Ffreeswitch.git [core] rtp: fix #ifdef DEBUG_TS_ROLLOVER (#357) --- 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