mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Clean up FrameProcessor TODOs.
PiperOrigin-RevId: 465044342
(cherry picked from commit c5d1940fba)
This commit is contained in:
parent
8b9203a3ea
commit
89edfbc12b
2 changed files with 1 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ import java.util.List;
|
|||
*/
|
||||
@UnstableApi
|
||||
public interface FrameProcessor {
|
||||
// TODO(b/227625423): Allow effects to be replaced.
|
||||
// TODO(b/238302213): Allow effects to be replaced.
|
||||
|
||||
/** A factory for {@link FrameProcessor} instances. */
|
||||
interface Factory {
|
||||
|
|
|
|||
|
|
@ -52,8 +52,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
|||
*/
|
||||
@UnstableApi
|
||||
public final class GlEffectsFrameProcessor implements FrameProcessor {
|
||||
// TODO(b/227625423): Replace factory method with setters once output surface and effects can be
|
||||
// replaced.
|
||||
|
||||
/** A factory for {@link GlEffectsFrameProcessor} instances. */
|
||||
public static class Factory implements FrameProcessor.Factory {
|
||||
|
|
|
|||
Loading…
Reference in a new issue