Commit 61a7750f by aquilescanta Committed by Oliver Woodman

Enable setOutputSurfaceWorkaround for Huawei P10 lite

Issue:#5312
PiperOrigin-RevId: 227673949
parent aff689a7
...@@ -1322,7 +1322,8 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer { ...@@ -1322,7 +1322,8 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer {
// https://github.com/google/ExoPlayer/issues/4315, // https://github.com/google/ExoPlayer/issues/4315,
// https://github.com/google/ExoPlayer/issues/4419, // https://github.com/google/ExoPlayer/issues/4419,
// https://github.com/google/ExoPlayer/issues/4460, // https://github.com/google/ExoPlayer/issues/4460,
// https://github.com/google/ExoPlayer/issues/4468. // https://github.com/google/ExoPlayer/issues/4468,
// https://github.com/google/ExoPlayer/issues/5312.
switch (Util.DEVICE) { switch (Util.DEVICE) {
case "1601": case "1601":
case "1713": case "1713":
...@@ -1378,6 +1379,7 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer { ...@@ -1378,6 +1379,7 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer {
case "HWBLN-H": case "HWBLN-H":
case "HWCAM-H": case "HWCAM-H":
case "HWVNS-H": case "HWVNS-H":
case "HWWAS-H":
case "i9031": case "i9031":
case "iball8735_9806": case "iball8735_9806":
case "Infinix-X572": case "Infinix-X572":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment