Mercurial > mplayer.hg
view loader/config.h @ 19218:950f60b90cf5
Handle frames with stride correctly (e.g. the "Version" source of current AVS).
author | reimar |
---|---|
date | Fri, 28 Jul 2006 17:04:43 +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