fix exoplayer playing content only in sdr

This commit is contained in:
chrisk325 2026-03-17 12:41:02 +05:30 committed by GitHub
parent cd64a36d13
commit 33fe6a60e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -533,7 +533,7 @@ export const VideoSurface: React.FC<VideoSurfaceProps> = ({
// @ts-ignore - Prop supported by patched react-native-video
onPictureInPictureStatusChanged={handleExoPictureInPictureStatusChanged}
automaticallyWaitsToMinimizeStalling={true}
useTextureView={true}
useTextureView={false}
subtitleStyle={{
fontSize: subtitleSize ? Math.round(subtitleSize / 1.5) : 28,
paddingTop: 0,