Index: media/formats/mp4/box_reader.h |
diff --git a/media/formats/mp4/box_reader.h b/media/formats/mp4/box_reader.h |
index 96e9ae5349aed0e7c49491e2b4d815f7dce8edcc..320b64fb0ada136215f463d549d41619cc775a7f 100644 |
--- a/media/formats/mp4/box_reader.h |
+++ b/media/formats/mp4/box_reader.h |
@@ -123,7 +123,8 @@ class MEDIA_EXPORT BoxReader : public BufferReader { |
// |
// |buf| is retained but not owned, and must outlive the BoxReader instance. |
static BoxReader* ReadConcatentatedBoxes(const uint8_t* buf, |
- const size_t buf_size); |
+ const size_t buf_size, |
+ MediaLog* media_log); |
// Returns true if |type| is recognized to be a top-level box, false |
// otherwise. This returns true for some boxes which we do not parse. |