Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
824f69e6
authored
Feb 22, 2022
by
andrewlewis
Committed by
Ian Baker
Feb 22, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix typos
PiperOrigin-RevId: 430220416
parent
06ada017
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/FrameEditor.java
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/FrameEditor.java
View file @
824f69e6
...
@@ -165,11 +165,11 @@ import java.util.concurrent.atomic.AtomicInteger;
...
@@ -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
;
/** I
n
dentifier 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
;
/**
/**
* I
ndentifier of the texture where the output of the {@link ExternalCopyFrameProcessor} is
* I
dentifier 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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment