Skip to content
Snippets Groups Projects
Commit 84f943b4 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

demux: smooth: feed codecs

parent 3e1ac382
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,9 @@ static void ParseQualityLevel(BaseAdaptationSet *adaptSet, Node *qualNode, const
else if(qualNode->hasAttribute("Height"))
rep->setHeight(Integer<uint64_t>(qualNode->getAttributeValue("Height")));
if(qualNode->hasAttribute("FourCC"))
rep->addCodecs(qualNode->getAttributeValue("FourCC"));
ForgedInitSegment *initSegment = new (std::nothrow)
ForgedInitSegment(segmentList, type,
adaptSet->inheritTimescale(),
......
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