mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
Added a TODO comment to get Jamsine to match with less precision for framerate in manifest unit tests
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user