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

Unified Diff: chromecast/common/media/cast_media_client.h

Issue 2723833002: WebM support for new multipart VP9 string. (Closed)
Patch Set: Put parsing behind a flag (--enable-hdr-output OR --enable-new-vp9-codec-string) 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
Index: chromecast/common/media/cast_media_client.h
diff --git a/chromecast/common/media/cast_media_client.h b/chromecast/common/media/cast_media_client.h
index e6fa9ab4a3b9855ef844396cfb715e860ffeeea3..15550a4e8bde9847000cb1a59f2d552c7f39b4d9 100644
--- a/chromecast/common/media/cast_media_client.h
+++ b/chromecast/common/media/cast_media_client.h
@@ -30,9 +30,7 @@ class CastMediaClient : public ::media::MediaClient {
std::vector<std::unique_ptr<::media::KeySystemProperties>>*
key_systems_properties) override;
void RecordRapporURL(const std::string& metric, const GURL& url) override;
- bool IsSupportedVideoConfig(::media::VideoCodec codec,
- ::media::VideoCodecProfile profile,
- int level) override;
+ bool IsSupportedVideoConfig(const ::media::VideoConfig& config) override;
private:
friend struct base::DefaultLazyInstanceTraits<CastMediaClient>;
« no previous file with comments | « no previous file | chromecast/common/media/cast_media_client.cc » ('j') | content/renderer/media/render_media_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698