Mercurial > mplayer.hg
view loader/debug.h @ 22877:9676cce0987a
Use thp, not mjpeg as dll to decode THP files so that the THP hacks in the
MJPEG decoder get activated.
author | diego |
---|---|
date | Sun, 01 Apr 2007 16:20:06 +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