view loader/debug.h @ 24104:b0a47d3bf2f3

Fix blue color for yv12 and i420 image formats in "automute" screen
author voroshil
date Thu, 23 Aug 2007 14:20:31 +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