summaryrefslogtreecommitdiffstats
path: root/postproc/postprocess.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-27 02:25:31 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-27 02:25:31 +0000
commitb5c58f8381a8c5f566f522cb4119f23bc21304e3 (patch)
tree9891c95772de757cb4d97e98989e2b77e113bf0a /postproc/postprocess.h
parent615bffb9b313e037f2770f5ddfa73b60b4b281a0 (diff)
downloadmpv-b5c58f8381a8c5f566f522cb4119f23bc21304e3.tar.bz2
mpv-b5c58f8381a8c5f566f522cb4119f23bc21304e3.tar.xz
compiletime pp-mode support (luminance = chrominance filters though) 1-2% faster with -benchmark -vo null -nosound
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3155 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/postprocess.h')
-rw-r--r--postproc/postprocess.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/postproc/postprocess.h b/postproc/postprocess.h
index 8be6374580..1c6e25d7e3 100644
--- a/postproc/postprocess.h
+++ b/postproc/postprocess.h
@@ -67,6 +67,12 @@
//#define TIMING
//#define MORE_TIMING
+//use if u want a faster postprocessing code
+//cant differentiate between chroma & luma filters (both on or both off)
+//obviosly the -pp option at the commandline has no effect except turning the here selected
+//filters on
+//#define COMPILE_TIME_MODE 0x77
+
#define QP_STORE_T int
struct PPMode{