summaryrefslogtreecommitdiffstats
path: root/sub_cc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sub_cc.c')
-rw-r--r--sub_cc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub_cc.c b/sub_cc.c
index 311f504982..bcea20f0ae 100644
--- a/sub_cc.c
+++ b/sub_cc.c
@@ -135,7 +135,7 @@ static void cc_decode_EIA608(unsigned short int data)
}
else if (c1 & 0x10) // control code / special char
{
- int channel= (c1 & 0x08) >> 3;
+// int channel= (c1 & 0x08) >> 3;
c1&=~0x08;
if(data!=lastcode)
{