| Index: media/formats/mp4/aac.h
|
| diff --git a/media/formats/mp4/aac.h b/media/formats/mp4/aac.h
|
| index ac694cd99bac40d40ad4db5860066831005f728a..b6244ab4a96277b1521095c6113d7c569bc36b0e 100644
|
| --- a/media/formats/mp4/aac.h
|
| +++ b/media/formats/mp4/aac.h
|
| @@ -34,8 +34,7 @@ class MEDIA_EXPORT AAC {
|
| // The function will parse the data and get the ElementaryStreamDescriptor,
|
| // then it will parse the ElementaryStreamDescriptor to get audio stream
|
| // configurations.
|
| - bool Parse(const std::vector<uint8_t>& data,
|
| - const scoped_refptr<MediaLog>& media_log);
|
| + bool Parse(const std::vector<uint8_t>& data, MediaLog* media_log);
|
|
|
| // Gets the output sample rate for the AAC stream.
|
| // |sbr_in_mimetype| should be set to true if the SBR mode is
|
|
|