diff --git a/libvo/vo_gl2.c b/libvo/vo_gl2.c index c539d815bd..3331fdcd79 100644 --- a/libvo/vo_gl2.c +++ b/libvo/vo_gl2.c @@ -146,13 +146,13 @@ static int initTextures() GLint format=0; GLenum err; - /* achieve the 2**e_x:=texture_width, 2**e_y:=texture_height */ - s=1; + // textures smaller than 64x64 might not be supported + s=64; while (s