Commit f96133f1 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: hls: fix single tag parsing (fix #15137)

parent f6ef44c5
......@@ -445,7 +445,7 @@ std::list<Tag *> Parser::parseEntries(stream_t *stream)
}
else
{
key = std::string(psz_line);
key = std::string(psz_line + 1);
}
if(!key.empty())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment