diff options
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r-- | libvo/gl_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h index 53ee8ef08d..1d5ab8dede 100644 --- a/libvo/gl_common.h +++ b/libvo/gl_common.h @@ -241,6 +241,8 @@ int loadGPUProgram(GLenum target, char *prog); #define YUV_SCALER_BICUB 1 //! use cubic scaling in X and normal linear scaling in Y direction #define YUV_SCALER_BICUB_X 2 +//! use cubic scaling without additional lookup texture +#define YUV_SCALER_BICUB_NOTEX 3 //! mask for conversion type #define YUV_CONVERSION_MASK 0xF //! mask for scaler type |