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
f555ed46
authored
Aug 17, 2022
by
leonwind
Committed by
microkatz
Aug 17, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix typo
PiperOrigin-RevId: 468152718 (cherry picked from commit
c6a10ad2
)
parent
a4175b86
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
google3/third_party/java_src/android_libs/media/libraries/effect/src/main/java/androidx/media3/effect/RgbMatrixProcessor.java
google3/third_party/java_src/android_libs/media/libraries/effect/src/main/java/androidx/media3/effect/RgbMatrixProcessor.java
View file @
f555ed46
...
@@ -30,7 +30,7 @@ import java.io.IOException;
...
@@ -30,7 +30,7 @@ import java.io.IOException;
* Applies a sequence of {@link RgbMatrix} to each frame.
* Applies a sequence of {@link RgbMatrix} to each frame.
*
*
* <p>After applying all {@link RgbMatrix} instances, color values are clamped to the limits of the
* <p>After applying all {@link RgbMatrix} instances, color values are clamped to the limits of the
* color space. Intermediate reults are not clamped.
* color space. Intermediate re
s
ults are not clamped.
*/
*/
/* package */
final
class
RgbMatrixProcessor
extends
SingleFrameGlTextureProcessor
{
/* package */
final
class
RgbMatrixProcessor
extends
SingleFrameGlTextureProcessor
{
private
static
final
String
VERTEX_SHADER_PATH
=
"shaders/vertex_shader_transformation_es2.glsl"
;
private
static
final
String
VERTEX_SHADER_PATH
=
"shaders/vertex_shader_transformation_es2.glsl"
;
...
...
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