Mercurial > mplayer.hg
view loader/debug.h @ 21609:3452c36a7fe2
VobSub tracks cannot be handled by libass, do not mark them with 'a'.
This fixes the bug with VobSub not being displayed with -ass.
author | eugeni |
---|---|
date | Fri, 15 Dec 2006 19:35: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