summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-15 17:51:21 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-15 17:51:21 +0000
commit649027b817f1d7014defb57cb73513ceb84173b5 (patch)
treee68c90d14520b18f0bbae29698f770925500bf27 /libvo
parent2054c24a3453e632792a387c25412bbc375fea44 (diff)
downloadmpv-649027b817f1d7014defb57cb73513ceb84173b5.tar.bz2
mpv-649027b817f1d7014defb57cb73513ceb84173b5.tar.xz
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
Diffstat (limited to 'libvo')
-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: