diff --git a/library/common/src/main/java/com/google/android/exoplayer2/util/VideoFrameProcessor.java b/library/common/src/main/java/com/google/android/exoplayer2/util/VideoFrameProcessor.java index f9ae2b7641..9b77c826b3 100644 --- a/library/common/src/main/java/com/google/android/exoplayer2/util/VideoFrameProcessor.java +++ b/library/common/src/main/java/com/google/android/exoplayer2/util/VideoFrameProcessor.java @@ -171,9 +171,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}.