We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfa9a9 commit afc3ba7Copy full SHA for afc3ba7
1024-video-stitching.js
@@ -5,6 +5,7 @@
5
*/
6
const videoStitching = function (clips, T) {
7
clips.sort((a, b) => a[0] - b[0])
8
+ if(T === 0) return 0
9
let laststart = -1,
10
curend = 0,
11
count = 0
0 commit comments