adaptive: test: fix float to integer cast

This commit is contained in:
Steve Lhomme 2022-11-28 13:24:30 +01:00 committed by Jean-Baptiste Kempf
parent 398e098239
commit 2955528c3b
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ static int SegmentTracker_check_HLSseeks(BaseAdaptationSet *adaptSet,
}
rep0->addAttribute(segmentList);
DummyHLSRepresentation *rep1 = new DummyHLSRepresentation(adaptSet, 2.5);
DummyHLSRepresentation *rep1 = new DummyHLSRepresentation(adaptSet, 3);
adaptSet->addRepresentation(rep1);
rep1->setID(ID("1"));