From 649027b817f1d7014defb57cb73513ceb84173b5 Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 15 Jan 2008 17:51:21 +0000 Subject: 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 --- libvo/gl_common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo') 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: -- cgit v1.2.3