mirror of
https://github.com/samsonjs/media.git
synced 2026-04-12 12:25:47 +00:00
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:
parent
0d30edae75
commit
b4e7e74a2c
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue