js_mse_eme is an externally-published tool that is aimed to test the validity of a browser's HTML5 Media Source Extension and Encrypted Media Extension implementations
Apache License 2.0
91
stars
58
forks
source link
Question about MSE Codec tests MediaSourceDuration #46
In MSE Codec tests MediaSourceDuration item, I have a question about test function https://github.com/youtube/js_mse_eme/blob/master/media/mseCodecTest.js#L855 Why it uses checkEq? Why not uses checkApproxEq as previous line to do the check?