summaryrefslogtreecommitdiff
path: root/postproc/postprocess.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2001-10-19 13:56:12 +0000
committerMichael Niedermayer <michaelni@gmx.at>2001-10-19 13:56:12 +0000
commita0e8aca3645cf1d6c5cd9129efc4edde5c0343a8 (patch)
treedefa094fcd6d81e386ce43502bc99fdf9a8de957 /postproc/postprocess.h
parent658a85f26fd95031bcf2fc68e6a2420dcf4a5a7e (diff)
added compiletime option to turn width%8==0 on
Originally committed as revision 2287 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
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