Update javadoc param name to match argument name

PiperOrigin-RevId: 597554111
This commit is contained in:
huangdarwin 2024-01-11 07:47:33 -08:00 committed by Copybara-Service
parent e93188fe7f
commit b4dfbed73d

View File

@ -151,7 +151,7 @@ import org.checkerframework.checker.nullness.qual.Nullable;
* {@link GlShaderProgram} is created for the {@code newInputType}. * {@link GlShaderProgram} is created for the {@code newInputType}.
* *
* @param newInputType The new {@link VideoFrameProcessor.InputType} to switch to. * @param newInputType The new {@link VideoFrameProcessor.InputType} to switch to.
* @param inputFrameInfo The {@link FrameInfo} associated with the new input. * @param newInputFrameInfo The {@link FrameInfo} associated with the new input.
*/ */
public void switchToInput( public void switchToInput(
@VideoFrameProcessor.InputType int newInputType, FrameInfo newInputFrameInfo) @VideoFrameProcessor.InputType int newInputType, FrameInfo newInputFrameInfo)