Remove stale TODO

PiperOrigin-RevId: 545711472
This commit is contained in:
claincly 2023-07-05 18:11:15 +01:00 committed by Rohit Singh
parent 63331dbd1b
commit 2b8c01de47

View File

@ -42,8 +42,6 @@ import java.util.concurrent.Executor;
*/ */
@UnstableApi @UnstableApi
public interface VideoFrameProcessor { public interface VideoFrameProcessor {
// TODO(b/243036513): Allow effects to be replaced.
/** /**
* Specifies how the input frames are made available to the {@link VideoFrameProcessor}. One of * Specifies how the input frames are made available to the {@link VideoFrameProcessor}. One of
* {@link #INPUT_TYPE_SURFACE}, {@link #INPUT_TYPE_BITMAP} or {@link #INPUT_TYPE_TEXTURE_ID}. * {@link #INPUT_TYPE_SURFACE}, {@link #INPUT_TYPE_BITMAP} or {@link #INPUT_TYPE_TEXTURE_ID}.