summaryrefslogtreecommitdiffstats
path: root/postproc/postprocess.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-17 20:42:07 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-17 20:42:07 +0000
commit631f0bde0e7e7240c2c56c9cfd0dea41775a1aa9 (patch)
tree24136e5b59bdecb10b9f05a4a9cfd828b27965de /postproc/postprocess.h
parente92073b8dd7641e57d625e6660cffd8948538bb4 (diff)
downloadmpv-631f0bde0e7e7240c2c56c9cfd0dea41775a1aa9.tar.bz2
mpv-631f0bde0e7e7240c2c56c9cfd0dea41775a1aa9.tar.xz
fixed the height%8!=0 bug
simplified a few things removed last row variants of the deinterlace filters, they are not needed anymore added cubic interpolating deinterlacer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2247 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/postprocess.h')
-rw-r--r--postproc/postprocess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/postproc/postprocess.h b/postproc/postprocess.h
index b8812756eb..e7eb248512 100644
--- a/postproc/postprocess.h
+++ b/postproc/postprocess.h
@@ -49,8 +49,8 @@
//Deinterlacing Filters
#define LINEAR_IPOL_DEINT_FILTER 0x10000 // 65536
#define LINEAR_BLEND_DEINT_FILTER 0x20000 // 131072
-//#define CUBIC_BLEND_DEINT_FILTER 0x8000 // (not implemented yet)
-#define CUBIC_IPOL_DEINT_FILTER 0x40000 // 262144 (not implemented yet)
+#define CUBIC_BLEND_DEINT_FILTER 0x8000 // (not implemented yet)
+#define CUBIC_IPOL_DEINT_FILTER 0x40000 // 262144
#define MEDIAN_DEINT_FILTER 0x80000 // 524288