We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc5153 commit 542848aCopy full SHA for 542848a
mythtv/libs/libmythtv/avformatdecoder.cpp
@@ -1592,7 +1592,7 @@ void AvFormatDecoder::ScanTeletextCaptions(int av_index)
1592
1593
for (uint i = 0; i < pmt.StreamCount(); i++)
1594
{
1595
- if (pmt.StreamType(i) != 6)
+ if (pmt.StreamType(i) != StreamID::PrivData)
1596
continue;
1597
1598
const desc_list_t desc_list = MPEGDescriptor::ParseOnlyInclude(
0 commit comments