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

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 again Created 4 years, 11 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/media.gyp ('k') | media/video/video_decode_accelerator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/video_decode_accelerator.h
diff --git a/media/video/video_decode_accelerator.h b/media/video/video_decode_accelerator.h
index 99adb200ccf40dbcb7d6ed74be9b32e2b2e6497b..049f15b4f5e969575ec6d885103391d54dbfe700 100644
--- a/media/video/video_decode_accelerator.h
+++ b/media/video/video_decode_accelerator.h
@@ -83,6 +83,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;
« no previous file with comments | « media/media.gyp ('k') | media/video/video_decode_accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698