From 6a6c3d8cbc5138e6b86bf1b133105290275b5d4a Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 18 Jan 2008 19:05:29 +0000 Subject: Add a fragment program for 5x5 unsharp masking git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25786 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/gl_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo/gl_common.h') 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 -- cgit v1.2.3