From 5fee7df622ce60c8c772d25a6a54d42dabf694b1 Mon Sep 17 00:00:00 2001 From: huangdarwin Date: Thu, 16 Feb 2023 09:51:45 +0000 Subject: [PATCH] Effects: Update javadoc to link to method. PiperOrigin-RevId: 510077348 --- .../google/android/exoplayer2/util/VideoFrameProcessor.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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}.