From ce7f2916195c6e06774828981a5a917d1e8b85c0 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Sun, 27 Oct 2024 22:15:02 -0500 Subject: [PATCH] No TODO here. --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 26ac685fca..11145fca0c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,7 +18,7 @@ New: `self-sync`. See @TODO@ for more details. (#3781) - Allow frames duration shorter than one video frames, typically values under `0.04s`. Smaller frames means less latency and memory consumption at the expense of - a higher CPU usage. See @TODO@ for more details (#3607) + a higher CPU usage (#3607) - Change default frame duration to `0.02s` (#4033) - Optimized runtime (#3927, #3928, #3919) - Added `finally` to execute code regardless of whether or not an exception is raised