view loader/config.h @ 17885:c04102e27eba

if stream is not seekable calling enca would prevent the real parsing of subtitles.
author iive
date Fri, 17 Mar 2006 23:38:46 +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