]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[core] rtp: fix #ifdef DEBUG_TS_ROLLOVER (#357)
authorDragos Oancea <dragos@signalwire.com>
Mon, 1 Mar 2021 17:48:45 +0000 (19:48 +0200)
committerAndrey Volk <andywolk@gmail.com>
Mon, 22 Mar 2021 15:50:12 +0000 (18:50 +0300)
src/switch_rtp.c

index fbe49eb15a479b2c36947a6411769629f3e79f46..a461c9ba32d9c5661b0360a26e97cf97b2905d8e 100644 (file)
@@ -50,7 +50,9 @@
 #include <switch_jitterbuffer.h>
 
 //#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