changeset 22491:1f873be15855

forgotten lscale=2 part for gl_common.h
author reimar
date Sun, 11 Mar 2007 15:32:48 +0000
parents 0d0fb73c9ea1
children b5da5f794b35
files libvo/gl_common.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/gl_common.h	Sun Mar 11 15:01:11 2007 +0000
+++ b/libvo/gl_common.h	Sun Mar 11 15:32:48 2007 +0000
@@ -239,6 +239,8 @@
 #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