From 5913c308a68e49b944eb279eab483f3caf009873 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 5 Sep 2024 12:44:20 -0600 Subject: [PATCH] Fix Opus Playback Issues on Native Player (#1226) --- Shared/Objects/VideoPlayerType/VideoPlayerType+Native.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shared/Objects/VideoPlayerType/VideoPlayerType+Native.swift b/Shared/Objects/VideoPlayerType/VideoPlayerType+Native.swift index 2500733c3..2e4c1f57e 100644 --- a/Shared/Objects/VideoPlayerType/VideoPlayerType+Native.swift +++ b/Shared/Objects/VideoPlayerType/VideoPlayerType+Native.swift @@ -21,7 +21,6 @@ extension VideoPlayerType { AudioCodec.alac AudioCodec.eac3 AudioCodec.flac - AudioCodec.opus } videoCodecs: { VideoCodec.h261 VideoCodec.hevc @@ -110,7 +109,6 @@ extension VideoPlayerType { AudioCodec.alac AudioCodec.eac3 AudioCodec.flac - AudioCodec.opus } videoCodecs: { VideoCodec.h264 VideoCodec.hevc