[core] rtp: fix #ifdef DEBUG_TS_ROLLOVER (#357)

This commit is contained in:
Dragos Oancea 2021-03-01 19:48:45 +02:00 committed by Andrey Volk
parent dd39997588
commit 2e65ca908d

View 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