Decoder: Add SM-F721 to HLG blocklist.

Not only restricted to SM-F721B, per other [Models](https://www.gsmarena.com/samsung_galaxy_z_flip4-11538.php#:~:text=SM%2DF721B%2C%20SM%2DF721B/DS%2C%20SM%2DF721N%2C%20SM%2DF721U%2C%20SM%2DF721U1%2C%20SM%2DF721W).

PiperOrigin-RevId: 557857282
This commit is contained in:
huangdarwin 2023-08-17 18:04:31 +01:00 committed by Julia Bibik
parent dd0f88490c
commit 86678b99ce

View File

@ -179,6 +179,7 @@ public final class DefaultDecoderFactory implements Codec.DecoderFactory {
if (colorTransfer == C.COLOR_TRANSFER_HLG
&& (Util.MODEL.startsWith("SM-F936")
|| Util.MODEL.startsWith("SM-F916")
|| Util.MODEL.startsWith("SM-F721")
|| Util.MODEL.equals("SM-X900"))) {
// Some Samsung Galaxy Z Fold devices report support for HLG tone mapping but the feature only
// works on PQ (see b/282791751#comment7).