mirror of
https://github.com/samsonjs/media.git
synced 2026-04-02 10:45:51 +00:00
Add access control modifier to variable.
PiperOrigin-RevId: 591302601
This commit is contained in:
parent
bde56b6b43
commit
236bad5597
1 changed files with 2 additions and 3 deletions
|
|
@ -521,8 +521,7 @@ public final class CompositingVideoSinkProvider
|
|||
private void flush() {
|
||||
pendingFlushCount++;
|
||||
// Flush the render control now to ensure it has no data, eg calling isReady() must return false
|
||||
// and
|
||||
// render() should not render any frames.
|
||||
// and render() should not render any frames.
|
||||
videoFrameRenderControl.flush();
|
||||
// Finish flushing after handling pending video graph callbacks to ensure video size changes
|
||||
// reach the video render control.
|
||||
|
|
@ -566,7 +565,7 @@ public final class CompositingVideoSinkProvider
|
|||
|
||||
@Nullable private Format inputFormat;
|
||||
private @MonotonicNonNull ColorInfo firstInputColorInfo;
|
||||
@InputType int inputType;
|
||||
private @InputType int inputType;
|
||||
private long inputStreamOffsetUs;
|
||||
private boolean pendingInputStreamOffsetChange;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue