# HG changeset patch # User reimar # Date 1200419481 0 # Node ID 7934f12c76f0c68b89e9866f5a6be8b8a3490b28 # Parent 831e4eaa70a98d78fc0b9cb21a57b7bdbd8d2207 Add a forgotten case to create_scaler_textures, avoids an incorrect warning. diff -r 831e4eaa70a9 -r 7934f12c76f0 libvo/gl_common.c --- a/libvo/gl_common.c Tue Jan 15 09:27:22 2008 +0000 +++ b/libvo/gl_common.c Tue Jan 15 17:51:21 2008 +0000 @@ -811,6 +811,7 @@ 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: