Add a forgotten case to create_scaler_textures, avoids an incorrect warning.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25755 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-01-15 17:51:21 +00:00
parent 2054c24a34
commit 649027b817
1 changed files with 1 additions and 0 deletions

View File

@ -811,6 +811,7 @@ static const char *yuv_lookup3d_prog_template =
static void create_scaler_textures(int scaler, int *texu, char *texs) { static void create_scaler_textures(int scaler, int *texu, char *texs) {
switch (scaler) { switch (scaler) {
case YUV_SCALER_BILIN: case YUV_SCALER_BILIN:
case YUV_SCALER_BICUB_NOTEX:
break; break;
case YUV_SCALER_BICUB: case YUV_SCALER_BICUB:
case YUV_SCALER_BICUB_X: case YUV_SCALER_BICUB_X: