[MPlayer-cvslog] r30070 - trunk/libvo/gl_common.c
    reimar 
    subversion at mplayerhq.hu
       
    Sat Dec 19 21:45:34 CET 2009
    
    
  
Author: reimar
Date: Sat Dec 19 21:45:34 2009
New Revision: 30070
Log:
Fix a broken indentation.
Modified:
   trunk/libvo/gl_common.c
Modified: trunk/libvo/gl_common.c
==============================================================================
--- trunk/libvo/gl_common.c	Sat Dec 19 21:44:55 2009	(r30069)
+++ trunk/libvo/gl_common.c	Sat Dec 19 21:45:34 2009	(r30070)
@@ -1092,7 +1092,7 @@ static void create_conv_textures(gl_conv
   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]);
    
    
More information about the MPlayer-cvslog
mailing list