revert previous flag

This commit is contained in:
Lucas Gelfond 2024-12-23 20:21:50 -08:00
parent 32fa919910
commit f054e6327c

View File

@ -6,7 +6,7 @@ const createFFmpeg = async () => {
const ffmpeg = new FFmpeg();
await ffmpeg.load({
coreURL: CORE_URL,
thread: FFMPEG_TYPE === "mt" && crossOriginIsolated,
thread: FFMPEG_TYPE === "mt",
});
return ffmpeg;
};