From ad50f62eeccef4aab0002784ec05f10e95d2b60b Mon Sep 17 00:00:00 2001 From: sofijajvc Date: Thu, 10 Oct 2019 11:49:55 +0100 Subject: [PATCH] Remove method for setting custom gav1 libraries PiperOrigin-RevId: 273929000 --- .../android/exoplayer2/ext/av1/Gav1Library.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/extensions/av1/src/main/java/com/google/android/exoplayer2/ext/av1/Gav1Library.java b/extensions/av1/src/main/java/com/google/android/exoplayer2/ext/av1/Gav1Library.java index 67d609e35e..7907fa4623 100644 --- a/extensions/av1/src/main/java/com/google/android/exoplayer2/ext/av1/Gav1Library.java +++ b/extensions/av1/src/main/java/com/google/android/exoplayer2/ext/av1/Gav1Library.java @@ -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();