From 89a2a84868c32613ab81886956e15a5e23c85209 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 19 Dec 2009 20:45:34 +0000 Subject: Fix a broken indentation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30070 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/gl_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/gl_common.c') 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]); -- cgit v1.2.3