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
--- 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;
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to