Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 406fcec

Browse files
committed
[CHG]v66版本:修复ezuikit遗留缺陷,优化文字提示及播放失败提示
1 parent d19eae3 commit 406fcec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+40650
-38
lines changed

demos/base-demo/ezuikit_static/v66/v1/js/jsPluginV1-1.0.0.min.js

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ezuikit_static/v65/v1/js/playctrl/DecodeWorker.js renamed to demos/base-demo/ezuikit_static/v66/v1/js/playctrl/DecodeWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
let sourceRemain = Module._GetSourceBufferRemain(g_nPort);
142142
if(sourceRemain == 0)
143143
{
144-
console.log("C buffer and JS buffer size is both 0");
144+
// console.log("C buffer and JS buffer size is both 0");
145145
postMessage({'function': "InputData", 'errorCode':PLAYM4_NEED_MORE_DATA});
146146
return;
147147
}

0 commit comments

Comments
 (0)