| Index: media/mp4/mp4_stream_parser.cc
|
| diff --git a/media/mp4/mp4_stream_parser.cc b/media/mp4/mp4_stream_parser.cc
|
| index 67264f48b39c9135ec27624c6d43923962398965..80a58a58106ca31607fc6cb5645d0c4145d7fc84 100644
|
| --- a/media/mp4/mp4_stream_parser.cc
|
| +++ b/media/mp4/mp4_stream_parser.cc
|
| @@ -450,7 +450,7 @@ bool MP4StreamParser::ReadAndDiscardMDATsUntil(const int64 offset) {
|
| break;
|
|
|
| if (type != FOURCC_MDAT) {
|
| - DLOG(WARNING) << "Unexpected type while parsing MDATs: "
|
| + DLOG(WARNING) << "Unexpected box type while parsing MDATs: "
|
| << FourCCToString(type);
|
| }
|
| mdat_tail_ += box_sz;
|
|
|