goldvideo / h265player

一套完整的Web版H.265播放器解决方案,非常适合学习交流和实际应用。基于JS码流解封装、WebAssembly(FFmpeg)视频解码,利用Canvas画布投影、AudioContext播放音频。
https://goldvideo.github.io/h265player/
1.53k stars 298 forks source link

fix: type detection function error #75

Open kisstar opened 2 years ago

kisstar commented 2 years ago

The type detection function should return a Boolean value according to the judgment result, and now it always returns a new function.