forgotten lscale=2 part for gl_common.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22509 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-03-11 15:32:48 +00:00
parent d3499a788f
commit d32650a87c
1 changed files with 2 additions and 0 deletions

View File

@ -239,6 +239,8 @@ int loadGPUProgram(GLenum target, char *prog);
#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