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 20edc92 commit 5ab1704Copy full SHA for 5ab1704
mythtv/libs/libmythtv/mpeg/mpegdescriptors.cpp
@@ -399,8 +399,8 @@ QString MPEGDescriptor::toString() const
399
SET_STRING(ConditionalAccessDescriptor);
400
else if (DescriptorID::network_name == DescriptorTag())
401
SET_STRING(NetworkNameDescriptor);
402
- else if (DescriptorID::linkage == DescriptorTag())
403
- SET_STRING(LinkageDescriptor);
+ //else if (DescriptorID::linkage == DescriptorTag())
+ // SET_STRING(LinkageDescriptor);
404
else if (DescriptorID::adaptation_field_data == DescriptorTag())
405
SET_STRING(AdaptationFieldDataDescriptor);
406
//else if (DescriptorID::ancillary_data == DescriptorTag())
0 commit comments