media/libraries/decoder_av1/src/main
Googler 3caebbf5ad Fix erroneous use of "cpu_features" in AV1 JNI exports.
`CPU_FEATURES_COMPILED_ANY_ARM_NEON` is always defined when `CPU_FEATURES_ARCH_ARM` is but it can be defined as `0` or `1` ([cpu_features source](8e60d3f9be/include/cpu_features_macros.h (L237-L245))). This patch makes sure to use the value of `CPU_FEATURES_COMPILED_ANY_ARM_NEON` instead of whether it is defined or not.

PiperOrigin-RevId: 673837522
2024-09-12 07:30:47 -07:00
..
java/androidx/media3/decoder/av1 Add Decoder.setOutputStartTimeUs and use it in extension decoders 2023-10-04 10:37:25 -07:00
jni Fix erroneous use of "cpu_features" in AV1 JNI exports. 2024-09-12 07:30:47 -07:00
AndroidManifest.xml Update to androidx.media3 2021-10-27 09:12:46 +01:00