[vlc-commits] [Git][videolan/vlc][master] adaptive: test: fix float to integer cast
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Wed Nov 30 21:48:06 UTC 2022
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
More information about the vlc-commits
mailing list