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
9353f18e
authored
Feb 24, 2023
by
samrobinson
Committed by
tonihei
Feb 27, 2023
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix broken test due to file not found.
PiperOrigin-RevId: 512012099
parent
3f445a25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/mh/ToneMapHdrToSdrUsingOpenGlPixelTest.java
library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/mh/ToneMapHdrToSdrUsingOpenGlPixelTest.java
View file @
9353f18e
...
...
@@ -69,7 +69,7 @@ public final class ToneMapHdrToSdrUsingOpenGlPixelTest {
/** Input HLG video of which we only use the first frame. */
private
static
final
String
INPUT_HLG_MP4_ASSET_STRING
=
"media/mp4/hlg-1080p.mp4"
;
/** Input PQ video of which we only use the first frame. */
private
static
final
String
INPUT_PQ_MP4_ASSET_STRING
=
"media/mp4/hdr10-
108
0p.mp4"
;
private
static
final
String
INPUT_PQ_MP4_ASSET_STRING
=
"media/mp4/hdr10-
72
0p.mp4"
;
private
static
final
String
SKIP_REASON_NO_OPENGL_UNDER_API_29
=
"OpenGL-based HDR to SDR tone mapping is unsupported below API 29."
;
...
...
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