media3/libraries/decoder_vp9/proguard-rules.txt
Andrew Lewis 933e207b3e Update to androidx.media3
PiperOrigin-RevId: 405656499
2021-10-27 09:12:46 +01:00

13 lines
345 B
Plaintext

# Proguard rules specific to the VP9 extension.
# This prevents the names of native methods from being obfuscated.
-keepclasseswithmembernames class * {
native <methods>;
}
# Some members of this class are being accessed from native methods. Keep them unobfuscated.
-keep class androidx.media3.decoder.VideoDecoderOutputBuffer {
*;
}