| Index: media/base/video_decoder_config.h
|
| diff --git a/media/base/video_decoder_config.h b/media/base/video_decoder_config.h
|
| index 8806bf215b61877db5b6e78deb3296f0652b3f91..ae9340afea30bd5db9e291abfbaf0884fa5768fe 100644
|
| --- a/media/base/video_decoder_config.h
|
| +++ b/media/base/video_decoder_config.h
|
| @@ -67,6 +67,8 @@ class MEDIA_EXPORT VideoDecoderConfig {
|
|
|
| std::string GetHumanReadableCodecName() const;
|
|
|
| + static std::string GetHumanReadableProfile(VideoCodecProfile profile);
|
| +
|
| VideoCodec codec() const { return codec_; }
|
| VideoCodecProfile profile() const { return profile_; }
|
|
|
|
|