Commit ad50f62e by sofijajvc Committed by Ian Baker

Remove method for setting custom gav1 libraries

PiperOrigin-RevId: 273929000
parent f0985622
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment