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

Unified Diff: media/formats/mp4/box_reader.h

Issue 276503002: Log codec IDs for MediaSource content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/formats/mp4/box_reader.h
diff --git a/media/formats/mp4/box_reader.h b/media/formats/mp4/box_reader.h
index 1ba0294bff3728799749fd862015053ee4b0e0ca..ff782f9fd9fac6c96790f404c97b70fc11ba2f68 100644
--- a/media/formats/mp4/box_reader.h
+++ b/media/formats/mp4/box_reader.h
@@ -139,6 +139,8 @@ class MEDIA_EXPORT BoxReader : public BufferReader {
uint8 version() const { return version_; }
uint32 flags() const { return flags_; }
+ const LogCB& log_cb() const { return log_cb_; }
+
private:
BoxReader(const uint8* buf, const int size, const LogCB& log_cb);
« media/filters/ffmpeg_audio_decoder.cc ('K') | « media/formats/mp4/box_definitions.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698