Mercurial > mplayer.hg
view loader/config.h @ 20993:dc9e8cf8e304
r21004: remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there instead
r21005: document new "D" keybinding for deinterlacing [..]
author | kraymer |
---|---|
date | Sat, 18 Nov 2006 11:35:35 +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