From 631f0bde0e7e7240c2c56c9cfd0dea41775a1aa9 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 17 Oct 2001 20:42:07 +0000 Subject: fixed the height%8!=0 bug simplified a few things removed last row variants of the deinterlace filters, they are not needed anymore added cubic interpolating deinterlacer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2247 b3059339-0415-0410-9bf9-f77b7e298cf2 --- postproc/postprocess.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'postproc/postprocess.h') diff --git a/postproc/postprocess.h b/postproc/postprocess.h index b8812756eb..e7eb248512 100644 --- a/postproc/postprocess.h +++ b/postproc/postprocess.h @@ -49,8 +49,8 @@ //Deinterlacing Filters #define LINEAR_IPOL_DEINT_FILTER 0x10000 // 65536 #define LINEAR_BLEND_DEINT_FILTER 0x20000 // 131072 -//#define CUBIC_BLEND_DEINT_FILTER 0x8000 // (not implemented yet) -#define CUBIC_IPOL_DEINT_FILTER 0x40000 // 262144 (not implemented yet) +#define CUBIC_BLEND_DEINT_FILTER 0x8000 // (not implemented yet) +#define CUBIC_IPOL_DEINT_FILTER 0x40000 // 262144 #define MEDIAN_DEINT_FILTER 0x80000 // 524288 -- cgit v1.2.3