mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
https://chromereleases.googleblog.com/2025/04/stable-channel-update-for-desktop.html https://developer.chrome.com/release-notes/135 https://codeberg.org/selfisekai/copium/compare/134.0..135.0
12 lines
632 B
Diff
12 lines
632 B
Diff
--- a/media/ffmpeg/ffmpeg_common.cc
|
|
+++ b/media/ffmpeg/ffmpeg_common.cc
|
|
@@ -1025,7 +1025,7 @@
|
|
static const base::NoDestructor<std::string> kAllowedAudioCodecs([]() {
|
|
// This should match the configured lists in //third_party/ffmpeg.
|
|
std::string allowed_decoders(
|
|
- "vorbis,libopus,flac,pcm_u8,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le,"
|
|
+ "vorbis,opus,libopus,flac,pcm_u8,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le,"
|
|
- "mp3,pcm_s16be,pcm_s24be,pcm_mulaw,pcm_alaw");
|
|
+ "mp3float,mp3,pcm_s16be,pcm_s24be,pcm_mulaw,pcm_alaw");
|
|
#if BUILDFLAG(USE_PROPRIETARY_CODECS)
|
|
allowed_decoders += ",aac";
|