mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
add issue link
This commit is contained in:
parent
73851144ba
commit
6f729bdf97
1 changed files with 3 additions and 2 deletions
|
|
@ -1071,8 +1071,9 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer {
|
|||
* If true is returned then we fall back to releasing and re-instantiating the codec instead.
|
||||
*/
|
||||
private static boolean codecNeedsSetOutputSurfaceWorkaround(String name) {
|
||||
// Work around https://github.com/google/ExoPlayer/issues/3236 and
|
||||
// https://github.com/google/ExoPlayer/issues/3355.
|
||||
// Work around https://github.com/google/ExoPlayer/issues/3236,
|
||||
// https://github.com/google/ExoPlayer/issues/3355 and
|
||||
// https://github.com/google/ExoPlayer/issues/3439.
|
||||
return (("deb".equals(Util.DEVICE) || "flo".equals(Util.DEVICE))
|
||||
&& "OMX.qcom.video.decoder.avc".equals(name))
|
||||
|| (("tcl_eu".equals(Util.DEVICE) || Util.MODEL.startsWith("BRAVIA"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue