mirror of
https://github.com/androidx/media.git
synced 2025-05-05 06:30:24 +08:00
update bravia workaround more precisely
This commit is contained in:
parent
2c495502e0
commit
a573099f93
@ -1076,7 +1076,8 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer {
|
|||||||
// https://github.com/google/ExoPlayer/issues/3439.
|
// https://github.com/google/ExoPlayer/issues/3439.
|
||||||
return (("deb".equals(Util.DEVICE) || "flo".equals(Util.DEVICE))
|
return (("deb".equals(Util.DEVICE) || "flo".equals(Util.DEVICE))
|
||||||
&& "OMX.qcom.video.decoder.avc".equals(name))
|
&& "OMX.qcom.video.decoder.avc".equals(name))
|
||||||
|| (("tcl_eu".equals(Util.DEVICE) || Util.MODEL.startsWith("BRAVIA"))
|
|| (("tcl_eu".equals(Util.DEVICE) || "SVP-DTV15".equals(Util.DEVICE)
|
||||||
|
|| "BRAVIA_ATV2".equals(Util.DEVICE))
|
||||||
&& "OMX.MTK.VIDEO.DECODER.AVC".equals(name));
|
&& "OMX.MTK.VIDEO.DECODER.AVC".equals(name));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user