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() { private void flush() {
pendingFlushCount++; pendingFlushCount++;
// Flush the render control now to ensure it has no data, eg calling isReady() must return false // Flush the render control now to ensure it has no data, eg calling isReady() must return false
// and // and render() should not render any frames.
// render() should not render any frames.
videoFrameRenderControl.flush(); videoFrameRenderControl.flush();
// Finish flushing after handling pending video graph callbacks to ensure video size changes // Finish flushing after handling pending video graph callbacks to ensure video size changes
// reach the video render control. // reach the video render control.
@ -566,7 +565,7 @@ public final class CompositingVideoSinkProvider
@Nullable private Format inputFormat; @Nullable private Format inputFormat;
private @MonotonicNonNull ColorInfo firstInputColorInfo; private @MonotonicNonNull ColorInfo firstInputColorInfo;
@InputType int inputType; private @InputType int inputType;
private long inputStreamOffsetUs; private long inputStreamOffsetUs;
private boolean pendingInputStreamOffsetChange; private boolean pendingInputStreamOffsetChange;