summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-25 21:57:42 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-25 21:57:42 +0000
commit1d7443cd7727c0daccd381effeaf243d96cef502 (patch)
treea0d0180769a99cc316b34e78c4807201d3bcf72a /postproc
parent4f4d8e2c1005e54fc5e0bdcebdf8421f2d63e14e (diff)
downloadmpv-1d7443cd7727c0daccd381effeaf243d96cef502.tar.bz2
mpv-1d7443cd7727c0daccd381effeaf243d96cef502.tar.xz
just a few "not implemented yet" removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2475 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-rw-r--r--postproc/postprocess.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/postproc/postprocess.h b/postproc/postprocess.h
index 7d932f2131..85f3f32dfc 100644
--- a/postproc/postprocess.h
+++ b/postproc/postprocess.h
@@ -33,8 +33,8 @@
#define LUM_H_DEBLOCK H_DEBLOCK // 2
#define CHROM_V_DEBLOCK (V_DEBLOCK<<4) // 16
#define CHROM_H_DEBLOCK (H_DEBLOCK<<4) // 32
-#define LUM_DERING DERING // 4 (not implemented yet)
-#define CHROM_DERING (DERING<<4) // 64 (not implemented yet)
+#define LUM_DERING DERING // 4
+#define CHROM_DERING (DERING<<4) // 64
#define LUM_LEVEL_FIX LEVEL_FIX // 8
#define CHROM_LEVEL_FIX (LEVEL_FIX<<4) // 128 (not implemented yet)
@@ -43,7 +43,7 @@
#define V_X1_FILTER 0x0200 // 512
// Experimental horizontal filters
-#define H_RK1_FILTER 0x1000 // 4096 (not implemented yet)
+#define H_RK1_FILTER 0x1000 // 4096
#define H_X1_FILTER 0x2000 // 8192
// select between full y range (255-0) or standart one (234-16)