decodemov: fixed a bug where the frame read occasionally hangs at the end of the playback

This commit is contained in:
minjaesong
2022-05-11 15:48:15 +09:00
parent 537651993e
commit 541d385ec6
2 changed files with 11 additions and 3 deletions

View File

@@ -455,6 +455,7 @@ shell.execute = function(line) {
}
}
};
shell.pipes = {}; // syntax: _G.shell.pipes[name] = contents; all pipes are named pipes just like in Windows
Object.freeze(shell);
_G.shell = shell;