Skip to content

Commit

Permalink
Remove hack to normalize H.264 signalling for ITV HD
Browse files Browse the repository at this point in the history
  • Loading branch information
dekarl committed Jan 22, 2013
1 parent 733d982 commit e40ce69
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mythtv/libs/libmythtv/mpeg/mpegstreamdata.cpp
Expand Up @@ -570,13 +570,6 @@ bool MPEGStreamData::CreatePMTSingleProgram(const ProgramMapTable &pmt)
uint type = StreamID::Normalize(
pmt.StreamType(i), desc, _sistandard);

// Fixup for ITV HD
if (pid == 3401 && type == StreamID::PrivData &&
pmt.ProgramNumber() == 10510)
{
type = StreamID::H264Video;
}

bool is_video = StreamID::IsVideo(type);
bool is_audio = StreamID::IsAudio(type);

Expand Down

0 comments on commit e40ce69

Please sign in to comment.