diff --git a/libvo/gl_common.c b/libvo/gl_common.c index bb79c6246d..e5f9303247 100644 --- a/libvo/gl_common.c +++ b/libvo/gl_common.c @@ -1092,7 +1092,7 @@ static void create_conv_textures(gl_conversion_params_t *params, int *texu, char switch (conv) { case YUV_CONVERSION_FRAGMENT: case YUV_CONVERSION_FRAGMENT_POW: - break; + break; case YUV_CONVERSION_FRAGMENT_LOOKUP: texs[0] = (*texu)++; ActiveTexture(GL_TEXTURE0 + texs[0]);