summaryrefslogtreecommitdiffstats
path: root/postproc/postprocess.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-19 13:41:38 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-19 13:41:38 +0000
commit13994ecabb0e5e40159f3f1161de4567cce38ce0 (patch)
tree450df93ee52e7bad77200b8d32115a8ec5a00d43 /postproc/postprocess.h
parente890543a4c1752a302974cfcb3e6141b2e5ef7e8 (diff)
downloadmpv-13994ecabb0e5e40159f3f1161de4567cce38ce0.tar.bz2
mpv-13994ecabb0e5e40159f3f1161de4567cce38ce0.tar.xz
fixed a bug in the tmp buffer
fixed the color range for yuv fixed the width %8!=0 bug (another 1% speed loss) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2286 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 e7eb248512..20880a9874 100644
--- a/postproc/postprocess.h
+++ b/postproc/postprocess.h
@@ -46,6 +46,9 @@
#define H_RK1_FILTER 0x1000 // 4096 (not implemented yet)
#define H_X1_FILTER 0x2000 // 8192
+// select between full y range (255-0) or standart one (
+#define FULL_Y_RANGE 0x8000 // 32768
+
//Deinterlacing Filters
#define LINEAR_IPOL_DEINT_FILTER 0x10000 // 65536
#define LINEAR_BLEND_DEINT_FILTER 0x20000 // 131072