view loader/config.h @ 17590:2fd66535616a

muxer_mpeg MUST be used with audio_preload=0
author nicodvb
date Sat, 11 Feb 2006 21:29:03 +0000
parents 496fbdabeb7c
children
line wrap: on
line source

#include "../config.h"

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