From d483a015a2bbca2aec8a287c0ff6eeb0f176a8bb Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 22 Sep 2002 02:33:28 +0000 Subject: tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7473 b3059339-0415-0410-9bf9-f77b7e298cf2 --- sub_cc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub_cc.c') 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) { -- cgit v1.2.3