Mercurial > mplayer.hg
view loader/debug.h @ 33805:acca18850841
manual: fix description of b_pyramid x264 option
x264 now has several b_pyramid modes instead of just one. Describe the modes
and adapt usage examples. Fixes Bugzilla #1725.
author | diego |
---|---|
date | Sat, 23 Jul 2011 19:33:08 +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 */