Skip to content

Commit

Permalink
[media] Enable e/ac3 support (#4738)
Browse files Browse the repository at this point in the history
Enable e/ac3 support for Cobalt. This allows to pass YTS format support
tests for e/ac3 formats.

b/390198194
  • Loading branch information
borongc authored Jan 22, 2025
1 parent 654b491 commit bb771fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cobalt/build/configs/common.gn
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ ffmpeg_branding = "Chrome"
# Removing these flags causes a lot of compiler errors in starboard code.
clang_use_chrome_plugins = false
enable_check_raw_ptr_fields = false

# Enable e/ac3 support for Cobalt.
enable_platform_ac3_eac3_audio = true

0 comments on commit bb771fc

Please sign in to comment.