Skip to content

Commit

Permalink
revert previous flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgelfond committed Dec 24, 2024
1 parent 32fa919 commit f054e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ffmpeg.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit f054e63

Please sign in to comment.