Skip to content

Commit 542848a

Browse files
Make ScanTeletextCaptions more self-documenting.
1 parent ffc5153 commit 542848a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/libs/libmythtv/avformatdecoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ void AvFormatDecoder::ScanTeletextCaptions(int av_index)
15921592

15931593
for (uint i = 0; i < pmt.StreamCount(); i++)
15941594
{
1595-
if (pmt.StreamType(i) != 6)
1595+
if (pmt.StreamType(i) != StreamID::PrivData)
15961596
continue;
15971597

15981598
const desc_list_t desc_list = MPEGDescriptor::ParseOnlyInclude(

0 commit comments

Comments
 (0)