From 311832de1f39c56fd8bac8dda9868a17d7ff0b28 Mon Sep 17 00:00:00 2001 From: Arpi Date: Fri, 19 Oct 2001 14:54:26 +0000 Subject: [PATCH] PP_FUNNY_STRIDE disabled Originally committed as revision 2293 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/postprocess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postproc/postprocess.h b/postproc/postprocess.h index 4aa395c..78a45b1 100644 --- a/postproc/postprocess.h +++ b/postproc/postprocess.h @@ -60,7 +60,7 @@ #define GET_PP_QUALITY_MAX 6 //must be defined if stride%8 != 0 -#define PP_FUNNY_STRIDE +//#define PP_FUNNY_STRIDE //#define TIMING //#define MORE_TIMING -- 2.7.4