mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
Add aquaman to devices needing setOutputSurface workaround.
Issue: google/ExoPlayer#9710 PiperOrigin-RevId: 411568601
This commit is contained in:
parent
05db03b8ad
commit
039eef00bf
1 changed files with 2 additions and 0 deletions
|
|
@ -1697,7 +1697,9 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer {
|
|||
// https://github.com/google/ExoPlayer/issues/6899.
|
||||
// https://github.com/google/ExoPlayer/issues/8014.
|
||||
// https://github.com/google/ExoPlayer/issues/8329.
|
||||
// https://github.com/google/ExoPlayer/issues/9710.
|
||||
switch (Util.DEVICE) {
|
||||
case "aquaman":
|
||||
case "dangal":
|
||||
case "dangalUHD":
|
||||
case "dangalFHD":
|
||||
|
|
|
|||
Loading…
Reference in a new issue