[mythtv] [experimental patch] Teletext decoder for DVB Cards

Frank Muenchow beebof at gmx.de
Wed Mar 16 22:21:55 UTC 2005


Tj schrieb:
> Just tried TS mode. Able to receive teletext index (100) and browse 
> Teletext, though some sections were garbled somewhat...
> 
> But strangly no captions @ 801..

Maybe this patch works for you - in the specs the pages are differed in 
teletext and subtitles - but they don't use it here in Germany.

Try and tell me, if it works :)

Regards

Frank
-------------- next part --------------
--- vbidecoder.cpp.orig	2005-03-16 10:39:15.000000000 +0100
+++ vbidecoder.cpp	2005-03-16 23:18:13.691089272 +0100
@@ -915,7 +915,7 @@
 		count++;
 		buf++;
 	}
-        if (buf[0]==2)
+        if ((buf[0]==2) || (buf[0]==3))
         {
             // DVB Teletext
             buf += 3;


More information about the mythtv-dev mailing list