From c64769de509e22720ff0d2cbc66b419df5c65beb Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 19 Oct 2001 13:56:12 +0000 Subject: added compiletime option to turn width%8==0 on git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2287 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 20880a9874..4aa395cb97 100644 --- a/postproc/postprocess.h +++ b/postproc/postprocess.h @@ -59,6 +59,9 @@ #define GET_PP_QUALITY_MAX 6 +//must be defined if stride%8 != 0 +#define PP_FUNNY_STRIDE + //#define TIMING //#define MORE_TIMING -- cgit v1.2.3