mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Enable setOutputSurfaceWorkaround for Huawei P10 lite
Issue:#5312 PiperOrigin-RevId: 227673949
This commit is contained in:
parent
7f266ceb33
commit
bfc8f9c4d8
1 changed files with 3 additions and 1 deletions
|
|
@ -1331,7 +1331,8 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer {
|
|||
// https://github.com/google/ExoPlayer/issues/4315,
|
||||
// https://github.com/google/ExoPlayer/issues/4419,
|
||||
// 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) {
|
||||
case "1601":
|
||||
case "1713":
|
||||
|
|
@ -1387,6 +1388,7 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer {
|
|||
case "HWBLN-H":
|
||||
case "HWCAM-H":
|
||||
case "HWVNS-H":
|
||||
case "HWWAS-H":
|
||||
case "i9031":
|
||||
case "iball8735_9806":
|
||||
case "Infinix-X572":
|
||||
|
|
|
|||
Loading…
Reference in a new issue