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

Unified Diff: media/base/mime_util_internal.h

Issue 1677133003: Implemented parsing of HEVC codec ids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@parse-codec-id
Patch Set: Fixed handling of empty elements + added test cases with empty elements Created 4 years, 8 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 b96c91368a0a51942c0c537e0674d22f20d8d1fb..6d180c899a7cbc81d5b9d30d46d94e05d5d7b2c3 100644
--- a/media/base/mime_util_internal.h
+++ b/media/base/mime_util_internal.h
@@ -35,7 +35,7 @@ class MEDIA_EXPORT MimeUtil {
VORBIS,
OPUS,
H264,
- HEVC_MAIN,
+ HEVC,
VP8,
VP9,
THEORA,

Powered by Google App Engine
This is Rietveld 408576698