From 13994ecabb0e5e40159f3f1161de4567cce38ce0 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 19 Oct 2001 13:41:38 +0000 Subject: fixed a bug in the tmp buffer fixed the color range for yuv fixed the width %8!=0 bug (another 1% speed loss) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2286 b3059339-0415-0410-9bf9-f77b7e298cf2 --- postproc/postprocess.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'postproc/postprocess.h') diff --git a/postproc/postprocess.h b/postproc/postprocess.h index e7eb248512..20880a9874 100644 --- a/postproc/postprocess.h +++ b/postproc/postprocess.h @@ -46,6 +46,9 @@ #define H_RK1_FILTER 0x1000 // 4096 (not implemented yet) #define H_X1_FILTER 0x2000 // 8192 +// select between full y range (255-0) or standart one ( +#define FULL_Y_RANGE 0x8000 // 32768 + //Deinterlacing Filters #define LINEAR_IPOL_DEINT_FILTER 0x10000 // 65536 #define LINEAR_BLEND_DEINT_FILTER 0x20000 // 131072 -- cgit v1.2.3