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

Unified Diff: media/mojo/interfaces/media_types.mojom

Issue 816353010: Implemented HEVC video demuxing and parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT Created 5 years, 7 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/mojo/interfaces/media_types.mojom
diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom
index f23da86d7abe9ed6503814179323307d4d34cd12..060aa9061ec9522d00765966faabf712f8ac64e3 100644
--- a/media/mojo/interfaces/media_types.mojom
+++ b/media/mojo/interfaces/media_types.mojom
@@ -118,7 +118,8 @@ enum VideoCodec {
Theora,
VP8,
VP9,
- Max = VP9,
+ HEVC,
+ Max = HEVC,
};
// See media/base/video_decoder_config.h for descriptions.
« media/media.gyp ('K') | « media/media.gyp ('k') | media/test/data/bear.hevc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698