15 Jan
2008
15 Jan
'08
12:51 p.m.
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:
6510
Age (days ago)
6510
Last active (days ago)
0 comments
1 participants
participants (1)
-
reimar