mirror of
https://github.com/androidx/media.git
synced 2025-05-05 06:30:24 +08:00
Clean up FrameProcessor TODOs.
PiperOrigin-RevId: 465044342
This commit is contained in:
parent
707b061838
commit
245326a043
@ -50,8 +50,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||
* background thread.
|
||||
*/
|
||||
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 {
|
||||
|
@ -33,7 +33,7 @@ import java.util.List;
|
||||
* to the input {@link Surface}.
|
||||
*/
|
||||
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user