Added a TODO comment to get Jamsine to match with less precision for framerate in manifest unit tests

This commit is contained in:
birme
2016-09-28 20:46:02 +02:00
parent 10530ef91c
commit 0f8aadc742
+1
View File
@@ -136,6 +136,7 @@ describe('DashParser.Manifest', function() {
.presentationTimeOffset(0)
.mime('video/mp4', 'avc1.4d401f')
.bandwidth(100)
// TODO: get Jasmine to match with less precision here
.frameRate(23.80952380952380952380)
.size(768, 576)
.addStream(jasmine.any(Number))