summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-19 20:45:34 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-19 20:45:34 +0000
commit89a2a84868c32613ab81886956e15a5e23c85209 (patch)
treeb47bf3f910dc9f338623dbc01f0feb1c91aeb27f /libvo
parent213707b9e4efb2c1c524b1541fe3e8843576438a (diff)
downloadmpv-89a2a84868c32613ab81886956e15a5e23c85209.tar.bz2
mpv-89a2a84868c32613ab81886956e15a5e23c85209.tar.xz
Fix a broken indentation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30070 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/gl_common.c2
1 files changed, 1 insertions, 1 deletions
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]);