Skip to content
Snippets Groups Projects
Commit 213413f4 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed: Committed by Jean-Baptiste Kempf
Browse files

demux: hls: re-enable subtitles

regression after a54d02b0
parent 041b7180
No related branches found
No related tags found
1 merge request!2779demux: hls: re-enable subtitles
Pipeline #279749 passed with stage
in 44 minutes and 14 seconds
......@@ -171,7 +171,7 @@ void M3U8Parser::fillRepresentationFromMediainfo(const AttributesTag *mediatag,
rep->setChannelsCount(std::atoi(channelsAttr->quotedString().c_str()));
}
if(type != "AUDIO" && type != "VIDEO")
if(type != "AUDIO" && type != "VIDEO" && type != "SUBTITLES")
{
rep->streamFormat = StreamFormat(StreamFormat::Type::Unsupported);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment