mirror of
https://github.com/samsonjs/media.git
synced 2026-04-10 12:05:47 +00:00
FrameProcessor: Make a class member private final.
PiperOrigin-RevId: 436211808
This commit is contained in:
parent
a60e5f597b
commit
57953d8947
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
|
|||
/** A builder for {@link ScaleToFitFrameProcessor} instances. */
|
||||
public static final class Builder {
|
||||
// Mandatory field.
|
||||
Context context;
|
||||
private final Context context;
|
||||
|
||||
// Optional field.
|
||||
private int outputHeight;
|
||||
|
|
|
|||
Loading…
Reference in a new issue