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; |