diff sub_cc.c @ 7472:c4434bdf6e51

tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
author arpi
date Sun, 22 Sep 2002 02:33:28 +0000
parents a3b2f80f3a26
children 9fc45fe0d444
line wrap: on
line diff
--- a/sub_cc.c	Sun Sep 22 00:43:14 2002 +0000
+++ b/sub_cc.c	Sun Sep 22 02:33:28 2002 +0000
@@ -135,7 +135,7 @@
   }
   else if (c1 & 0x10)		// control code / special char
   {
-	  int channel= (c1 & 0x08) >> 3;
+//	  int channel= (c1 & 0x08) >> 3;
 	  c1&=~0x08;
 	  if(data!=lastcode)
 	  {