Update comment

This commit is contained in:
Kuba Orlik 2021-09-20 07:14:15 +02:00
parent dfb2382344
commit 6028f203e1
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ current_piece.end = all_frames[all_frames.length - 1];
pieces.push(current_piece);
// discarding this as using a filter requires reencoding the entire video:
// this approach is using a filter, so it requires reencoding the entire video, but lets us be very precise:
const filter = pieces
.map(
({ start, end }) =>