Add access control modifier to variable.

PiperOrigin-RevId: 591302601
This commit is contained in:
huangdarwin 2023-12-15 10:54:47 -08:00 committed by Copybara-Service
parent bde56b6b43
commit 236bad5597

View File

@ -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;