Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 07728f7b authored by Michael Bestas's avatar Michael Bestas
Browse files

Merge tag 'android-security-16.0.0_r3' into staging/lineage-23.1_merge-android-security-16.0.0_r3

Android security 16.0.0 release 3

# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCaS3ZNQAKCRDorT+BmrEO
# eC8tAJ4gVg2WXTrPiWkiyZgZcAdGRoI2qQCeIRYP8ORUw5kDB6ZN/6v5vU55Mt4=
# =fnSd
# -----END PGP SIGNATURE-----
# gpg: Signature made Mon Dec  1 20:06:45 2025 EET
# gpg:                using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [ultimate]

* tag 'android-security-16.0.0_r3':
  C2SoftDav1dDec: configure decoder to output only one layer in SVC mode
  Add notice of requesting source code in media and media swcodec

Change-Id: Ibfac8188cd39568b8646514c3e6822c28add18de
parents fec7a124 834d51a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -547,6 +547,7 @@ bool C2SoftDav1dDec::initDecoder() {

    Dav1dSettings lib_settings;
    dav1d_default_settings(&lib_settings);
    lib_settings.all_layers = 0;
    int cpu_count = GetCPUCoreCount();
    lib_settings.n_threads = std::max(cpu_count / 2, 1);  // use up to half the cores by default.