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

Unified Diff: media/base/video_decoder_config.h

Issue 1469353010: Configure MediaCodec with CDM in ADVA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, used std::move, added VDA::Config::AsHumanReadableString Created 5 years 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_decoder_config.h
diff --git a/media/base/video_decoder_config.h b/media/base/video_decoder_config.h
index 3de0d2f9314e31b435655377b47715952255cc00..d1c16f9d37758812a7d982ab41781c24eba8f3b7 100644
--- a/media/base/video_decoder_config.h
+++ b/media/base/video_decoder_config.h
@@ -65,6 +65,8 @@ class MEDIA_EXPORT VideoDecoderConfig {
std::string GetHumanReadableCodecName() const;
+ static std::string GetHumanReadableProfile(VideoCodecProfile profile);
xhwang 2015/12/07 22:14:15 A static function seems to belong to media/base/vi
Tima Vaisburd 2015/12/08 02:12:24 Created separate functions GetCodecName() and GetP
+
VideoCodec codec() const { return codec_; }
VideoCodecProfile profile() const { return profile_; }

Powered by Google App Engine
This is Rietveld 408576698