mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix typos
PiperOrigin-RevId: 430220416
This commit is contained in:
parent
805959df8b
commit
5867a3a29c
1 changed files with 3 additions and 3 deletions
|
|
@ -165,11 +165,11 @@ import java.util.concurrent.atomic.AtomicInteger;
|
||||||
private final EGLDisplay eglDisplay;
|
private final EGLDisplay eglDisplay;
|
||||||
private final EGLContext eglContext;
|
private final EGLContext eglContext;
|
||||||
private final EGLSurface eglSurface;
|
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;
|
private final int inputExternalTexId;
|
||||||
/**
|
/**
|
||||||
* Indentifier of the texture where the output of the {@link ExternalCopyFrameProcessor} is
|
* Identifier of the texture where the output of the {@link ExternalCopyFrameProcessor} is written
|
||||||
* written to and the {@link TransformationFrameProcessor} reads its input from.
|
* to and the {@link TransformationFrameProcessor} reads its input from.
|
||||||
*/
|
*/
|
||||||
private final int intermediateTexId;
|
private final int intermediateTexId;
|
||||||
/** Identifier of a framebuffer object associated with the intermediate texture. */
|
/** Identifier of a framebuffer object associated with the intermediate texture. */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue