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

Unified Diff: media/base/mime_util_internal.h

Issue 2515553002: Fix mimetype mappings for FLAC support. (Closed)
Patch Set: Fix test deletion during merge. Created 4 years, 1 month 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..b6d98f440b93de95a387e8fa9673c46c8f80e86c 100644
--- a/media/base/mime_util_internal.h
+++ b/media/base/mime_util_internal.h
@@ -35,6 +35,7 @@ class MEDIA_EXPORT MimeUtil {
MPEG4_AAC,
VORBIS,
OPUS,
+ FLAC,
H264,
HEVC,
VP8,

Powered by Google App Engine
This is Rietveld 408576698