Skip to content

Commit f1cdeae

Browse files
authored
Revert library_html5video.js
1 parent 1f73675 commit f1cdeae

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

addons/ofxEmscripten/libs/html5video/lib/emscripten/library_html5video.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,6 @@ var LibraryHTML5Video = {
149149
GLctx.texParameteri(GLctx.TEXTURE_2D, GLctx.TEXTURE_WRAP_S, GLctx.CLAMP_TO_EDGE);
150150
GLctx.texParameteri(GLctx.TEXTURE_2D, GLctx.TEXTURE_WRAP_T, GLctx.CLAMP_TO_EDGE);
151151
VIDEO.player[player_id].textureId = texId;
152-
153-
if (typeof VIDEO.player[player_id].audioTracks == "undefined") {
154-
VIDEO.player[player_id].muted = true;
155-
}
156152

157153
// Check the file size
158154
//console.log('File size:' + fileSizeInBytes);

0 commit comments

Comments
 (0)