Compositor: Remove obsolete TODO

PiperOrigin-RevId: 566327798
This commit is contained in:
huangdarwin 2023-09-18 09:36:32 -07:00 committed by Copybara-Service
parent fe199455e7
commit 93d06180ef

View File

@ -71,8 +71,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
public final class DefaultVideoCompositor implements VideoCompositor {
// TODO: b/262694346 - Flesh out this implementation by doing the following:
// * Use a lock to synchronize inputFrameInfos more narrowly, to reduce blocking.
// * If the primary stream ends, consider setting the secondary stream as the new primary stream,
// so that secondary stream frames aren't dropped.
// * Add support for mixing SDR streams with different ColorInfo.
// * Add support for HDR input.