[MPlayer-cvslog] r25755 - trunk/libvo/gl_common.c

reimar subversion at mplayerhq.hu
Tue Jan 15 18:51:22 CET 2008


Author: reimar
Date: Tue Jan 15 18:51:21 2008
New Revision: 25755

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


Modified:
   trunk/libvo/gl_common.c

Modified: trunk/libvo/gl_common.c
==============================================================================
--- trunk/libvo/gl_common.c	(original)
+++ trunk/libvo/gl_common.c	Tue Jan 15 18:51:21 2008
@@ -811,6 +811,7 @@ static const char *yuv_lookup3d_prog_tem
 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:



More information about the MPlayer-cvslog mailing list