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

Unified Diff: media/formats/mp4/box_definitions.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_definitions.h
diff --git a/media/formats/mp4/box_definitions.h b/media/formats/mp4/box_definitions.h
index 5aa0e493a6c94c700d037a4940661969d7467a31..738739518568e2c648545ba7d82ea2a6f2b4eae3 100644
--- a/media/formats/mp4/box_definitions.h
+++ b/media/formats/mp4/box_definitions.h
@@ -170,7 +170,7 @@ struct MEDIA_EXPORT AVCDecoderConfigurationRecord : Box {
std::vector<PPS> pps_list;
private:
- bool ParseInternal(BufferReader* reader);
+ bool ParseInternal(BufferReader* reader, const LogCB& log_cb);
};
struct MEDIA_EXPORT PixelAspectRatioBox : Box {

Powered by Google App Engine
This is Rietveld 408576698