view loader/debug.h @ 33364:e1ee4895e500

Support displaying of 9- and 10-bit pixel formats, as used by v210 and H264. Patch by Arne Bochem, arneb D mp a ccan D de
author cehoyos
date Tue, 10 May 2011 08:42:52 +0000
parents a8ea87c71d18
children
line wrap: on
line source

#ifndef MPLAYER_DEBUG_H
#define MPLAYER_DEBUG_H

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

#endif /* MPLAYER_DEBUG_H */