summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-11 15:32:48 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-11 15:32:48 +0000
commitd32650a87c71d32ed17207b597478d51426468c9 (patch)
treeb0c89d4cf3ff7a8c0469b7406947d597e17f1118 /libvo
parentd3499a788f528eb89182734c1bc0cfa2771df4b6 (diff)
downloadmpv-d32650a87c71d32ed17207b597478d51426468c9.tar.bz2
mpv-d32650a87c71d32ed17207b597478d51426468c9.tar.xz
forgotten lscale=2 part for gl_common.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22509 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/gl_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 982d5551b7..927e887c6b 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -239,6 +239,8 @@ int loadGPUProgram(GLenum target, char *prog);
#define YUV_SCALER_BILIN 0
//! use higher quality bicubic scaling for textures
#define YUV_SCALER_BICUB 1
+//! use cubic scaling in X and normal linear scaling in Y direction
+#define YUV_SCALER_BICUB_X 2
//! mask for conversion type
#define YUV_CONVERSION_MASK 0xF
//! mask for scaler type