revert previous flag
This commit is contained in:
parent
32fa919910
commit
f054e6327c
@ -6,7 +6,7 @@ const createFFmpeg = async () => {
|
|||||||
const ffmpeg = new FFmpeg();
|
const ffmpeg = new FFmpeg();
|
||||||
await ffmpeg.load({
|
await ffmpeg.load({
|
||||||
coreURL: CORE_URL,
|
coreURL: CORE_URL,
|
||||||
thread: FFMPEG_TYPE === "mt" && crossOriginIsolated,
|
thread: FFMPEG_TYPE === "mt",
|
||||||
});
|
});
|
||||||
return ffmpeg;
|
return ffmpeg;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user