[MPlayer-cvslog] r24298 - trunk/stream/tvi_vbi.c

voroshil subversion at mplayerhq.hu
Wed Aug 29 19:46:33 CEST 2007


Author: voroshil
Date: Wed Aug 29 19:46:33 2007
New Revision: 24298

Log:
(cosmetics) replace tabs with spaces



Modified:
   trunk/stream/tvi_vbi.c

Modified: trunk/stream/tvi_vbi.c
==============================================================================
--- trunk/stream/tvi_vbi.c	(original)
+++ trunk/stream/tvi_vbi.c	Wed Aug 29 19:46:33 2007
@@ -347,8 +347,8 @@ static unsigned int conv2uni(unsigned in
                 return latin_subchars[lang][p-0x5b+3];
             }else if (p>=0x7b && p<=0x7e){
                 return latin_subchars[lang][p-0x7b+9];
-	    }
-	}
+            }
+        }
         return lang_chars[charset][p-0x20];
     }else
         return 0x20;
@@ -428,7 +428,7 @@ static void put_to_cache(priv_vbi_t* pri
 
     if(line<0){
         i=0;
-	count=VBI_ROWS*VBI_COLUMNS;
+        count=VBI_ROWS*VBI_COLUMNS;
     }else if(line<VBI_ROWS){
         i=line*VBI_COLUMNS;
         count=(line+1)*VBI_COLUMNS;
@@ -1294,7 +1294,7 @@ static void vbi_decode(priv_vbi_t* priv,
 #if 0
         /*
           This routine is alternative implementation of raw VBI data decoding.
-	  Unfortunately, it detects only about 20% of incoming data,
+          Unfortunately, it detects only about 20% of incoming data,
           but Michael says that this algorithm is better, and he wants to fix it.
         */
         if(decode_raw_line_sine(priv,linep,data)<=0){



More information about the MPlayer-cvslog mailing list