view loader/debug.h @ 21780:c9795699c414

added stream_pts to demuxer_t and demux_packet_t to hold the time value reported by the stream layer
author nicodvb
date Sun, 31 Dec 2006 11:05:26 +0000
parents a2e02e6b6379
children 6ac1ece1f9fe
line wrap: on
line source

#ifdef DEBUG
#define TRACE printf
#define dbg_printf printf
#else
#define TRACE(...)
#define dbg_printf(...)
#endif