summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 607cf8cf17..5025c0a4e0 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -244,6 +244,7 @@ int loadGPUProgram(GLenum target, char *prog);
//! use cubic scaling without additional lookup texture
#define YUV_SCALER_BICUB_NOTEX 3
#define YUV_SCALER_UNSHARP 4
+#define YUV_SCALER_UNSHARP2 5
//! mask for conversion type
#define YUV_CONVERSION_MASK 0xF
//! mask for scaler type