view loader/config.h @ 20392:5dab9a3acc46

swap telecine and pulldown, typo noticed by RC Original thread: Date: Oct 23, 2006 1:48 AM Subject: Re: [MPlayer-advusers] terminology misunderstanding: pulldown vs telecine
author gpoirier
date Mon, 23 Oct 2006 11:12:25 +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