Browse Source

expose logTimes to framesource

pull/81/head
Mikael Finstad 6 years ago
parent
commit
6ae86ab913
  1. 2
      sources/frameSource.js

2
sources/frameSource.js

@ -43,7 +43,7 @@ async function createFrameSource({ clip, clipIndex, width, height, channels, ver
assert(createFrameSourceFunc, `Invalid type ${type}`);
const frameSource = await createFrameSourceFunc({ ffmpegPath, ffprobePath, width, height, duration, channels, verbose, enableFfmpegLog, framerateStr, params });
const frameSource = await createFrameSourceFunc({ ffmpegPath, ffprobePath, width, height, duration, channels, verbose, logTimes, enableFfmpegLog, framerateStr, params });
return { layer, frameSource };
}, { concurrency: 1 });

Loading…
Cancel
Save