[mythtv-commits] Ticket #7919: no teletext in mythtv > 0.21

MythTV mythtv at cvs.mythtv.org
Mon Jan 18 20:48:49 UTC 2010


#7919: no teletext in mythtv > 0.21
------------------------------+---------------------------------------------
 Reporter:  anonymous         |       Owner:  ijr           
     Type:  defect            |      Status:  infoneeded_new
 Priority:  major             |   Milestone:  unknown       
Component:  MythTV - General  |     Version:  unknown       
 Severity:  medium            |     Mlocked:  0             
------------------------------+---------------------------------------------

Comment(by frankm):

 I got the same problem.

 This helped me out:
 Index: libs/libmythtv/avformatdecoder.cpp
 ===================================================================
 --- libs/libmythtv/avformatdecoder.cpp  (revision 23064)
 +++ libs/libmythtv/avformatdecoder.cpp  (working copy)
 @@ -2870,6 +2870,8 @@
      {
          if (*buf == 0x10)
              buf++; // skip
 +        if (*buf == 0xFF)
 +           buf += 3; // skip

          if (*buf == 0x02)
          {

 ...now it's working again (I'm at DVB-T in Germany)

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7919#comment:3>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list