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

Unified Diff: media/base/video_codecs.h

Issue 2723833002: WebM support for new multipart VP9 string. (Closed)
Patch Set: Use latest ordering (9 parts), Plumb eotf to media client Created 3 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/video_codecs.h
diff --git a/media/base/video_codecs.h b/media/base/video_codecs.h
index 56c84bce1f7be1c63a08d0257db4a24dac543cba..5854cff758764c52d1441be7d839673258a49947 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 {
@@ -94,7 +95,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);

Powered by Google App Engine
This is Rietveld 408576698