Skip to content

Commit f620c64

Browse files
save file
1 parent b89ba06 commit f620c64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/video/video-thumbnail-generator/video-thumbnail-generator.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@ <h1 slot=seo-hdr class=visually-hidden>video thumbnail generator</h1>
345345

346346

347347
gen.complete = function(blob,fn){
348-
348+
349+
cur.status = false;
349350
var url = window.URL.createObjectURL(thumbnail);
350351
img.src = url;
351352

@@ -393,6 +394,7 @@ <h1 slot=seo-hdr class=visually-hidden>video thumbnail generator</h1>
393394
var get = url=>fetch(url).then(res=>res.blob());
394395

395396
var blob;
397+
//delete window.parent['ffmpeg-wasm'];
396398
if(window.parent['ffmpeg-wasm']){
397399
disp('** ffmpeg-wasm **');
398400
blob = window.parent['ffmpeg-wasm'];

0 commit comments

Comments
 (0)