mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			616 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			616 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/media/filters/ffmpeg_glue.cc
 | |
| +++ b/media/filters/ffmpeg_glue.cc
 | |
| @@ -142,7 +142,7 @@ const char* FFmpegGlue::GetAllowedAudioDecoders() {
 | |
|    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");
 | |
|  #if BUILDFLAG(USE_PROPRIETARY_CODECS)
 | |
|      allowed_decoders += ",aac";
 | |
| 
 |