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

Unified Diff: media/base/video_decoder_config.h

Issue 21953003: Added logging calls to FFmpegDemuxer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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
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;

Powered by Google App Engine
This is Rietveld 408576698