Commit 5b20b62a by huangdarwin Committed by Ian Baker

effect: Remove duplicate javadoc.

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

PiperOrigin-RevId: 522404884
parent 135cf814
...@@ -112,7 +112,6 @@ public final class DefaultVideoFrameProcessor implements VideoFrameProcessor { ...@@ -112,7 +112,6 @@ public final class DefaultVideoFrameProcessor implements VideoFrameProcessor {
} }
} }
/** Whether to transfer colors to an intermediate color space when applying effects. */
private final boolean enableColorTransfers; private final boolean enableColorTransfers;
@Nullable private final TextureOutputListener textureOutputListener; @Nullable private final TextureOutputListener textureOutputListener;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment