Ticket #5388: itvhd2.diff

File itvhd2.diff, 570 bytes (added by foobum@…, 17 years ago)

Patch output pmt to support ITV HD

  • libs/libmythtv/mpeg/mpegstreamdata.cpp

     
    554554        uint type = StreamID::Normalize(
    555555            pmt.StreamType(i), desc, _sistandard);
    556556
     557        if (pmt.StreamPID(i) == 3401 && type == StreamID::PrivData)
     558            type = StreamID::H264Video;
     559
    557560        bool is_video = StreamID::IsVideo(type);
    558561        bool is_audio = StreamID::IsAudio(type);
    559562