Chromium Code Reviews| 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; |
|
scherkus (not reviewing)
2013/08/02 23:18:19
remove this method definition -- you no longer imp
Ty Overby
2013/08/03 00:02:23
Oh wow. Why isn't this a compile time error?
Don
|
| + |
| // Width and height of video frame immediately post-decode. Not all pixels |
| // in this region are valid. |
| gfx::Size coded_size() const; |