Ticket #7919: teletext.patch

File teletext.patch, 413 bytes (added by frankm, 14 years ago)
  • libs/libmythtv/avformatdecoder.cpp

     
    28702870    {
    28712871        if (*buf == 0x10)
    28722872            buf++; // skip
     2873        if (*buf == 0xFF)
     2874           buf += 3; // skip
    28732875
    28742876        if (*buf == 0x02)
    28752877        {