Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jul 1999 20:21:52 +0300 (EEST)
From:      Juha Nurmela <junki@qn-lpr2-165.quicknet.inet.fi>
To:        multimedia@freebsd.org
Subject:   AleVT (nice teletext viewer) workaround for bt848
Message-ID:  <Pine.BSF.4.05.9907172001560.657-100000@pena.oh5nxo.ampr.org>

next in thread | raw e-mail | index | archive | help


Hello.

alevt works very nicely after taking out the sequence check.
It even blits "Ääliö älä lyö, ööliä läikkyy !" correctly.

$ 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 != vbi->bufsize)
        return;
  
+ #if 0
      seq = *(u32 *)&rawbuf[n - 4];
      if (vbi->seq+1 != seq)
        out_of_sync(vbi);
      vbi->seq = seq;
+ #endif
  
      for (i = 0; i+BPL <= n; i += BPL)
        vbi_line(vbi, rawbuf + i);




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9907172001560.657-100000>