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

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: Rebase + remove PPAPI changes Created 4 years, 9 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 5e06b54fc8b3fbd944e2e99113a5647d2471ad11..38cf55ff2c6f556ca31a7a4a141770df065f5e25 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