Commit aafa31e9 by andrewlewis Committed by Marc Baechinger

Fix frame processor reference

PiperOrigin-RevId: 465562260
parent 6da0a354
......@@ -23,6 +23,7 @@ import android.os.SystemClock;
import androidx.annotation.IntDef;
import androidx.annotation.Nullable;
import androidx.media3.common.FrameProcessingException;
import androidx.media3.common.FrameProcessor;
import com.google.android.exoplayer2.Format;
import com.google.android.exoplayer2.PlaybackException;
import com.google.android.exoplayer2.audio.AudioProcessor;
......@@ -273,7 +274,7 @@ public final class TransformationException extends Exception {
}
/**
* Creates an instance for a {@link GlEffectsFrameProcessor} related exception.
* Creates an instance for a {@link FrameProcessor} related exception.
*
* @param cause The cause of the failure.
* @param errorCode See {@link #errorCode}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment