diff options
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r-- | libvo/gl_common.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h index 8410c4c954..db3bb4d8bc 100644 --- a/libvo/gl_common.h +++ b/libvo/gl_common.h @@ -26,6 +26,7 @@ #include "mp_msg.h" #include "video_out.h" +#include "csputils.h" #ifdef CONFIG_GL_WIN32 #include <windows.h> @@ -328,16 +329,6 @@ int loadGPUProgram(GLenum target, char *prog); #define YUV_CHROM_SCALER(t) ((t >> YUV_CHROM_SCALER_SHIFT) & YUV_SCALER_MASK) /** \} */ -struct mp_csp_params { - float brightness; - float contrast; - float hue; - float saturation; - float rgamma; - float ggamma; - float bgamma; -}; - typedef struct { GLenum target; int type; |