effect: Remove duplicate javadoc.

This javadoc is also clear from the Builder.setEnableColorTransfers javadoc, so omit it here to avoid duplication.

PiperOrigin-RevId: 522404884
This commit is contained in:
huangdarwin 2023-04-06 20:25:58 +01:00 committed by Ian Baker
parent 0d30edae75
commit b4e7e74a2c

View file

@ -114,7 +114,6 @@ public final class DefaultVideoFrameProcessor implements VideoFrameProcessor {
}
}
/** Whether to transfer colors to an intermediate color space when applying effects. */
private final boolean enableColorTransfers;
@Nullable private final TextureOutputListener textureOutputListener;