Ticket #6539: tableID_PIM_ignore.patch

File tableID_PIM_ignore.patch, 528 bytes (added by Mike Rice <mikerice1969@…>, 15 years ago)
  • libs/libmythtv/mpeg/atscstreamdata.cpp

     
    355355            // All DVB specific tables, not handled here
    356356            return false;
    357357        }
     358        case TableID::PIM:
     359        {
     360            // Nothing useful; safe to ignore.
     361            break;
     362        }
    358363        default:
    359364        {
    360365            VERBOSE(VB_RECORD,