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

Unified Diff: media/base/mime_util_internal.h

Issue 2362193003: Add FLAC audio codec support (Closed)
Patch Set: Enabled the test in media_browsertest.cc on Chromium Created 4 years, 3 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
Index: media/base/mime_util_internal.h
diff --git a/media/base/mime_util_internal.h b/media/base/mime_util_internal.h
index 0bd1a3d2609b8b4cdc7515782ad44fb7fb8f95b6..d672c2d4b375260f26c350b9f5bcb4a752262fdf 100644
--- a/media/base/mime_util_internal.h
+++ b/media/base/mime_util_internal.h
@@ -34,6 +34,7 @@ class MEDIA_EXPORT MimeUtil {
MPEG2_AAC,
MPEG4_AAC,
VORBIS,
+ FLAC,
wolenetz 2016/10/24 22:20:14 aside: how was this position in the enum determine
servolk 2016/10/24 22:26:05 Oh, this CL is about a month old now, I don't reme
ddorwin 2016/11/16 17:44:47 It is audio then video. This should probably go af
DaleCurtis 2016/11/17 23:41:58 Doesn't matter, but done.
OPUS,
H264,
HEVC,

Powered by Google App Engine
This is Rietveld 408576698