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
ad50f62e
authored
Oct 10, 2019
by
sofijajvc
Committed by
Ian Baker
Oct 10, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Remove method for setting custom gav1 libraries
PiperOrigin-RevId: 273929000
parent
f0985622
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
extensions/av1/src/main/java/com/google/android/exoplayer2/ext/av1/Gav1Library.java
extensions/av1/src/main/java/com/google/android/exoplayer2/ext/av1/Gav1Library.java
View file @
ad50f62e
...
...
@@ -29,17 +29,6 @@ public final class Gav1Library {
private
Gav1Library
()
{}
/**
* Override the names of the Gav1 native libraries. If an application wishes to call this method,
* it must do so before calling any other method defined by this class, and before instantiating a
* {@link Libgav1VideoRenderer} instance.
*
* @param libraries The names of the Gav1 native libraries.
*/
public
static
void
setLibraries
(
String
...
libraries
)
{
LOADER
.
setLibraries
(
libraries
);
}
/** Returns whether the underlying library is available, loading it if necessary. */
public
static
boolean
isAvailable
()
{
return
LOADER
.
isAvailable
();
...
...
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