mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 18:32:34 +01:00
fix some hooks issues
This commit is contained in:
parent
55131fde62
commit
6e9bb876f4
@ -657,8 +657,9 @@ const App = memo(() => {
|
||||
}
|
||||
}, [
|
||||
effectiveRotation, apparentCutSegments, invertCutSegments, inverseCutSegments,
|
||||
working, duration, filePath, keyframeCut, detectedFileFormat, extraStreams,
|
||||
working, duration, filePath, keyframeCut, detectedFileFormat,
|
||||
autoMerge, customOutDir, fileFormat, haveInvalidSegs, copyStreamIds, numStreamsToCopy,
|
||||
exportExtraStreams, nonCopiedExtraStreams,
|
||||
]);
|
||||
|
||||
// TODO use ffmpeg to capture frame
|
||||
@ -826,7 +827,7 @@ const App = memo(() => {
|
||||
} finally {
|
||||
setWorking(false);
|
||||
}
|
||||
}, [customOutDir, filePath]);
|
||||
}, [customOutDir, filePath, mainStreams]);
|
||||
|
||||
function onExtractAllStreamsPress() {
|
||||
extractAllStreams();
|
||||
|
Loading…
Reference in New Issue
Block a user