From d32650a87c71d32ed17207b597478d51426468c9 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 11 Mar 2007 15:32:48 +0000 Subject: forgotten lscale=2 part for gl_common.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22509 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/gl_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libvo') 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 -- cgit v1.2.3