diff --git a/libraries/common/src/main/java/androidx/media3/common/VideoFrameProcessor.java b/libraries/common/src/main/java/androidx/media3/common/VideoFrameProcessor.java index 0d141d4188..5bbe72e2ff 100644 --- a/libraries/common/src/main/java/androidx/media3/common/VideoFrameProcessor.java +++ b/libraries/common/src/main/java/androidx/media3/common/VideoFrameProcessor.java @@ -172,9 +172,10 @@ public interface VideoFrameProcessor { void setInputFrameInfo(FrameInfo inputFrameInfo); /** - * Informs the {@code VideoFrameProcessor} that a frame will be queued to its input surface. + * Informs the {@code VideoFrameProcessor} that a frame will be queued to its {@linkplain + * #getInputSurface() input surface}. * - *

Must be called before rendering a frame to the {@code VideoFrameProcessor}'s input surface. + *

Must be called before rendering a frame to the input surface. * *

This method should only be used for when the {@code VideoFrameProcessor}'s {@code * isInputTextureExternal} parameter is set to {@code true}.