Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
2955528c by Steve Lhomme at 2022-11-30T21:33:34+00:00
adaptive: test: fix float to integer cast
- - - - -
1 changed file:
- modules/demux/adaptive/test/SegmentTracker.cpp
Changes:
=====================================
modules/demux/adaptive/test/SegmentTracker.cpp
=====================================
@@ -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"));
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/2955528c3b1cff8d028932fff6e0d88b42b32546
--
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/2955528c3b1cff8d028932fff6e0d88b42b32546
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits