mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Imported from GitHub PR https://github.com/androidx/media/pull/1826
Merge 6b59a1602b022ebc44411ae3440e274c51c223a7 into b5615d5e91
COPYBARA_INTEGRATE_REVIEW=https://github.com/androidx/media/pull/1826 from androidx:mpegh_extension 6b59a1602b022ebc44411ae3440e274c51c223a7
PiperOrigin-RevId: 689417378
13 lines
400 B
Text
13 lines
400 B
Text
# Proguard rules specific to the MPEG-H 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.SimpleDecoderOutputBuffer {
|
|
*;
|
|
}
|
|
|
|
-keep class androidx.media3.decoder.mpegh** { *; }
|