Skip to content

Commit

Permalink
tweak: decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
zenkyuv committed Jul 31, 2024
1 parent 32626de commit e1ca2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s/context/controllers/video-export/parts/decode_worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const decoder = new VideoDecoder({
number += 1

const frameTimestamp = frame.timestamp / 1000
if(frameTimestamp <= decoded_effect.start) {
if(frameTimestamp < decoded_effect.start) {
frame.close()
return
}
Expand Down

0 comments on commit e1ca2e1

Please sign in to comment.