summaryrefslogtreecommitdiffstats
path: root/postproc/postprocess.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-19 13:56:12 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-19 13:56:12 +0000
commitc64769de509e22720ff0d2cbc66b419df5c65beb (patch)
tree8f3f09514eeefcb8c14c9b853218a487ad39e126 /postproc/postprocess.h
parent13994ecabb0e5e40159f3f1161de4567cce38ce0 (diff)
downloadmpv-c64769de509e22720ff0d2cbc66b419df5c65beb.tar.bz2
mpv-c64769de509e22720ff0d2cbc66b419df5c65beb.tar.xz
added compiletime option to turn width%8==0 on
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2287 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/postprocess.h')
-rw-r--r--postproc/postprocess.h3
1 files changed, 3 insertions, 0 deletions
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