mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 08:49:01 +00:00
[core] rtp: fix #ifdef DEBUG_TS_ROLLOVER (#357)
This commit is contained in:
parent
dd39997588
commit
2e65ca908d
@ -50,7 +50,9 @@
|
|||||||
#include <switch_jitterbuffer.h>
|
#include <switch_jitterbuffer.h>
|
||||||
|
|
||||||
//#define DEBUG_TS_ROLLOVER
|
//#define DEBUG_TS_ROLLOVER
|
||||||
//#define TS_ROLLOVER_START 4294951295
|
#ifdef DEBUG_TS_ROLLOVER
|
||||||
|
#define TS_ROLLOVER_START 4294951295
|
||||||
|
#endif
|
||||||
|
|
||||||
//#define DEBUG_2833
|
//#define DEBUG_2833
|
||||||
//#define RTP_DEBUG_WRITE_DELTA
|
//#define RTP_DEBUG_WRITE_DELTA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user