| Index: media/base/video_decoder_config.h
|
| diff --git a/media/base/video_decoder_config.h b/media/base/video_decoder_config.h
|
| index 3f7db4e6ca8b5a61ec7aec83101748e9fec0af29..7c5aee0754fd62cbc088324f0eaab8eb2651e16b 100644
|
| --- a/media/base/video_decoder_config.h
|
| +++ b/media/base/video_decoder_config.h
|
| @@ -113,6 +113,9 @@ class MEDIA_EXPORT VideoDecoderConfig {
|
| // Video format used to determine YUV buffer sizes.
|
| VideoFrame::Format format() const;
|
|
|
| + // The name of the format being used
|
| + std::string FormatName() const;
|
| +
|
| // Width and height of video frame immediately post-decode. Not all pixels
|
| // in this region are valid.
|
| gfx::Size coded_size() const;
|
|
|