Commit a4368beb by tonihei Committed by kim-vde

Add aquaman to devices needing setOutputSurface workaround.

Issue: google/ExoPlayer#9710
PiperOrigin-RevId: 411568601
parent 7f8067aa
...@@ -1694,7 +1694,9 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer { ...@@ -1694,7 +1694,9 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer {
// https://github.com/google/ExoPlayer/issues/6899. // https://github.com/google/ExoPlayer/issues/6899.
// https://github.com/google/ExoPlayer/issues/8014. // https://github.com/google/ExoPlayer/issues/8014.
// https://github.com/google/ExoPlayer/issues/8329. // https://github.com/google/ExoPlayer/issues/8329.
// https://github.com/google/ExoPlayer/issues/9710.
switch (Util.DEVICE) { switch (Util.DEVICE) {
case "aquaman":
case "dangal": case "dangal":
case "dangalUHD": case "dangalUHD":
case "dangalFHD": case "dangalFHD":
......
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