Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(920)

Unified Diff: media/mojo/interfaces/media_types.mojom

Issue 812643005: Re-add AC3/EAC3 audio demuxing support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: buildfix Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/media_options.gni ('k') | media/mojo/services/media_type_converters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/media_types.mojom
diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom
index befd80aa64872db5ef1f91e58a9b62ecdb17866f..3890b2a064a81c87176df6370e40913d5f3d1352 100644
--- a/media/mojo/interfaces/media_types.mojom
+++ b/media/mojo/interfaces/media_types.mojom
@@ -29,10 +29,11 @@ enum AudioCodec {
PCM_S16BE = 10,
PCM_S24BE = 11,
Opus = 12,
- // EAC3 = 13,
+ EAC3 = 13,
PCM_ALAW = 14,
ALAC = 15,
- MAX = ALAC,
+ AC3 = 16,
+ MAX = AC3,
};
// See media/base/channel_layout.h for descriptions.
« no previous file with comments | « media/media_options.gni ('k') | media/mojo/services/media_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698