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

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: Updated comments about VideoCodecProfile enum 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 cf7f44f9b038381943fab9d0755a213c97547222..b32ab0a7a42aa9abf56e58a71b79d284e7735527 100644
--- a/media/base/mime_util_internal.h
+++ b/media/base/mime_util_internal.h
@@ -39,7 +39,7 @@ class MEDIA_EXPORT MimeUtil {
VORBIS,
OPUS,
H264,
- HEVC_MAIN,
+ HEVC,
VP8,
VP9,
THEORA,

Powered by Google App Engine
This is Rietveld 408576698