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

Unified Diff: media/base/video_codecs.h

Issue 2723833002: WebM support for new multipart VP9 string. (Closed)
Patch Set: Rebase Created 3 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
« no previous file with comments | « media/base/mime_util_unittest.cc ('k') | media/base/video_codecs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/video_codecs.h
diff --git a/media/base/video_codecs.h b/media/base/video_codecs.h
index 9104cd848acf090ee9e750adbd6d8036588a59fe..978d59dcbc47f5ef5da7b2eff265eb2eda7f95b2 100644
--- a/media/base/video_codecs.h
+++ b/media/base/video_codecs.h
@@ -9,6 +9,7 @@
#include <string>
#include "media/base/media_export.h"
#include "media/media_features.h"
+#include "ui/gfx/color_space.h"
namespace media {
@@ -102,7 +103,9 @@ std::string MEDIA_EXPORT GetProfileName(VideoCodecProfile profile);
// TODO(kqyang): Consolidate the two functions once we address crbug.com/667834
MEDIA_EXPORT bool ParseNewStyleVp9CodecID(const std::string& codec_id,
VideoCodecProfile* profile,
- uint8_t* level_idc);
+ uint8_t* level_idc,
+ gfx::ColorSpace::TransferID* eotf);
+
MEDIA_EXPORT bool ParseLegacyVp9CodecID(const std::string& codec_id,
VideoCodecProfile* profile,
uint8_t* level_idc);
« no previous file with comments | « media/base/mime_util_unittest.cc ('k') | media/base/video_codecs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698