view loader/config.h @ 11977:efb37725d616

flushing stuff after seeking (finally we can view MPEG without thouse blocks after seeking with -vc ffmpeg12)
author michael
date Wed, 18 Feb 2004 15:23:41 +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