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

Unified Diff: media/video/video_decode_accelerator.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/video/video_decode_accelerator.h
diff --git a/media/video/video_decode_accelerator.h b/media/video/video_decode_accelerator.h
index da184ee2d46247169282e08793638e64aa18cc81..7fa0d59d9924b5d63c77250160cc34dc005234e4 100644
--- a/media/video/video_decode_accelerator.h
+++ b/media/video/video_decode_accelerator.h
@@ -59,6 +59,8 @@ class MEDIA_EXPORT VideoDecodeAccelerator {
Config(VideoCodecProfile profile);
Config(const VideoDecoderConfig& video_decoder_config);
+ std::string AsHumanReadableString() const;
+
// |profile| combines the information about the codec and its profile.
VideoCodecProfile profile = VIDEO_CODEC_PROFILE_UNKNOWN;

Powered by Google App Engine
This is Rietveld 408576698