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

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 unit test Created 4 years, 10 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 5750ef775c07088cfbe67f42735f5e8d36ff08a6..1bd40ff772761b2b47c1465fadb595efdb2b36ec 100644
--- a/media/base/mime_util_internal.h
+++ b/media/base/mime_util_internal.h
@@ -38,7 +38,7 @@ class MimeUtil {
VORBIS,
OPUS,
H264,
- HEVC_MAIN,
+ HEVC,
VP8,
VP9,
THEORA

Powered by Google App Engine
This is Rietveld 408576698