We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f73675 commit f1cdeaeCopy full SHA for f1cdeae
1 file changed
addons/ofxEmscripten/libs/html5video/lib/emscripten/library_html5video.js
@@ -149,10 +149,6 @@ var LibraryHTML5Video = {
149
GLctx.texParameteri(GLctx.TEXTURE_2D, GLctx.TEXTURE_WRAP_S, GLctx.CLAMP_TO_EDGE);
150
GLctx.texParameteri(GLctx.TEXTURE_2D, GLctx.TEXTURE_WRAP_T, GLctx.CLAMP_TO_EDGE);
151
VIDEO.player[player_id].textureId = texId;
152
-
153
- if (typeof VIDEO.player[player_id].audioTracks == "undefined") {
154
- VIDEO.player[player_id].muted = true;
155
- }
156
157
// Check the file size
158
//console.log('File size:' + fileSizeInBytes);
0 commit comments