From 824f69e651cf53e37ce21c3aad829b51904c1b92 Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Tue, 22 Feb 2022 16:43:32 +0000 Subject: [PATCH] Fix typos PiperOrigin-RevId: 430220416 --- .../google/android/exoplayer2/transformer/FrameEditor.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/FrameEditor.java b/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/FrameEditor.java index 2430019504..a7210b52fc 100644 --- a/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/FrameEditor.java +++ b/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/FrameEditor.java @@ -165,11 +165,11 @@ import java.util.concurrent.atomic.AtomicInteger; private final EGLDisplay eglDisplay; private final EGLContext eglContext; private final EGLSurface eglSurface; - /** Indentifier of the external texture the {@code FrameEditor} reads its input from. */ + /** Identifier of the external texture the {@code FrameEditor} reads its input from. */ private final int inputExternalTexId; /** - * Indentifier of the texture where the output of the {@link ExternalCopyFrameProcessor} is - * written to and the {@link TransformationFrameProcessor} reads its input from. + * Identifier of the texture where the output of the {@link ExternalCopyFrameProcessor} is written + * to and the {@link TransformationFrameProcessor} reads its input from. */ private final int intermediateTexId; /** Identifier of a framebuffer object associated with the intermediate texture. */