summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/gl_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/gl_common.c b/libvo/gl_common.c
index 8c0a70f451..7afb1a9c34 100644
--- a/libvo/gl_common.c
+++ b/libvo/gl_common.c
@@ -811,6 +811,7 @@ static const char *yuv_lookup3d_prog_template =
static void create_scaler_textures(int scaler, int *texu, char *texs) {
switch (scaler) {
case YUV_SCALER_BILIN:
+ case YUV_SCALER_BICUB_NOTEX:
break;
case YUV_SCALER_BICUB:
case YUV_SCALER_BICUB_X: