[MPlayer-cvslog] r22509 - trunk/libvo/gl_common.h
reimar
subversion at mplayerhq.hu
Sun Mar 11 17:49:47 CET 2007
Author: reimar
Date: Sun Mar 11 16:32:48 2007
New Revision: 22509
Modified:
trunk/libvo/gl_common.h
Log:
forgotten lscale=2 part for gl_common.h
Modified: trunk/libvo/gl_common.h
==============================================================================
--- trunk/libvo/gl_common.h (original)
+++ trunk/libvo/gl_common.h Sun Mar 11 16:32:48 2007
@@ -239,6 +239,8 @@ int loadGPUProgram(GLenum target, char *
#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
More information about the MPlayer-cvslog
mailing list