mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2026-09-03 05:10:27 +03:00
Add opus to MP4 direct play profile (#1463)
This commit is contained in:
@@ -248,7 +248,7 @@ class DeviceProfileBuilder(
|
||||
*/
|
||||
private val AVAILABLE_AUDIO_CODECS = arrayOf(
|
||||
// mp4
|
||||
arrayOf("mp1", "mp2", "mp3", "aac", "alac", "ac3"),
|
||||
arrayOf("mp1", "mp2", "mp3", "aac", "alac", "ac3", "opus"),
|
||||
// fmp4
|
||||
arrayOf("mp3", "aac", "ac3", "eac3"),
|
||||
// webm
|
||||
|
||||
Reference in New Issue
Block a user