Mercurial > mplayer.hg
view loader/config.h @ 20707:a8d7e977ca8d
Initial partial translation of man page
(synced with last SVN).
TODO:
Translate sections:
"VIDEO OUTPUT DRIVERS"
"DECODING/FILTERING OPTIONS"
"AUDIO FILTERS"
"VIDEO FILTERS"
"GENERAL ENCODING OPTIONS"
"CODEC SPECIFIC ENCODING OPTIONS"
Resolve all FIXME issues.
author | voroshil |
---|---|
date | Sun, 05 Nov 2006 19:04:41 +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