• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Proguard rules specific to the AV1 extension.
2
3# This prevents the names of native methods from being obfuscated.
4-keepclasseswithmembernames class * {
5    native <methods>;
6}
7
8# Some members of this class are being accessed from native methods. Keep them unobfuscated.
9-keep class com.google.android.exoplayer2.decoder.VideoDecoderOutputBuffer {
10  *;
11}
12