From 6a708e3b1d4acb456f24bcd1e3d09a83d1070243 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 18 May 2004 00:50:40 +0000 Subject: PiDiP 0.12.14 svn path=/trunk/externals/pidip/; revision=1734 --- modules/pdp_lumafilt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pdp_lumafilt.c') diff --git a/modules/pdp_lumafilt.c b/modules/pdp_lumafilt.c index 0de1676..17036d4 100644 --- a/modules/pdp_lumafilt.c +++ b/modules/pdp_lumafilt.c @@ -134,7 +134,7 @@ static void pdp_lumafilt_process_yv12(t_pdp_lumafilt *x) } else { - post( "pdp_lumafilt : luminosity value out of bounds : %d", luma ); + // post( "pdp_lumafilt : luminosity value out of bounds : %d", luma ); } pnY++; if ( (px%2==0) && (py%2==0) ) -- cgit v1.2.1