summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-18 19:05:29 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-18 19:05:29 +0000
commit6a6c3d8cbc5138e6b86bf1b133105290275b5d4a (patch)
treea458ef59d91ffcfcd00fccc22c0e8f8ac66f4ae4 /libvo/gl_common.h
parent932f9595bb919ef5e98330117aafb2e3c94a20d2 (diff)
downloadmpv-6a6c3d8cbc5138e6b86bf1b133105290275b5d4a.tar.bz2
mpv-6a6c3d8cbc5138e6b86bf1b133105290275b5d4a.tar.xz
Add a fragment program for 5x5 unsharp masking
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25786 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 607cf8cf17..5025c0a4e0 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -244,6 +244,7 @@ int loadGPUProgram(GLenum target, char *prog);
//! use cubic scaling without additional lookup texture
#define YUV_SCALER_BICUB_NOTEX 3
#define YUV_SCALER_UNSHARP 4
+#define YUV_SCALER_UNSHARP2 5
//! mask for conversion type
#define YUV_CONVERSION_MASK 0xF
//! mask for scaler type