From owner-freebsd-multimedia Sat Jul 17 10:22:14 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from qn-lpr2-98.quicknet.inet.fi (qn-lpr2-165.quicknet.inet.fi [194.251.102.165]) by hub.freebsd.org (Postfix) with ESMTP id 1324F14BF8 for ; Sat, 17 Jul 1999 10:22:08 -0700 (PDT) (envelope-from junki@qn-lpr2-165.quicknet.inet.fi) Received: from localhost (junki@localhost) by qn-lpr2-98.quicknet.inet.fi (8.9.3/8.9.1) with ESMTP id UAA00691 for ; Sat, 17 Jul 1999 20:21:52 +0300 (EEST) (envelope-from junki@qn-lpr2-165.quicknet.inet.fi) Date: Sat, 17 Jul 1999 20:21:52 +0300 (EEST) From: Juha Nurmela X-Sender: junki@pena.oh5nxo.ampr.org Reply-To: Juha.Nurmela@quicknet.inet.fi To: multimedia@freebsd.org Subject: AleVT (nice teletext viewer) workaround for bt848 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello. alevt works very nicely after taking out the sequence check. It even blits "=C4=E4li=F6 =E4l=E4 ly=F6, =F6=F6li=E4 l=E4ikkyy !" correctl= y. $ diff -c alev*/vbi.c.orig alev*/vbi.c *** alevt-1.4.4/vbi.c.orig Sat Jul 17 20:08:09 1999 --- alevt-1.4.4/vbi.c Sat Jul 17 20:07:49 1999 *************** *** 511,520 **** --- 511,522 ---- if (n !=3D vbi->bufsize) return; =20 + #if 0 seq =3D *(u32 *)&rawbuf[n - 4]; if (vbi->seq+1 !=3D seq) out_of_sync(vbi); vbi->seq =3D seq; + #endif =20 for (i =3D 0; i+BPL <=3D n; i +=3D BPL) vbi_line(vbi, rawbuf + i); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message