| Index: media/mp4/box_definitions.cc
|
| diff --git a/media/mp4/box_definitions.cc b/media/mp4/box_definitions.cc
|
| index 9b64f48b1594567f4642af20d153fe8fd1d4e13c..aa179e196ff80ccb1553b213ea0beafc101cb409 100644
|
| --- a/media/mp4/box_definitions.cc
|
| +++ b/media/mp4/box_definitions.cc
|
| @@ -225,8 +225,7 @@ FourCC SampleDescription::BoxType() const { return FOURCC_STSD; }
|
| bool SampleDescription::Parse(BoxReader* reader) {
|
| uint32 count;
|
| RCHECK(reader->SkipBytes(4) &&
|
| - reader->Read4(&count) &&
|
| - reader->ScanChildren());
|
| + reader->Read4(&count));
|
| video_entries.clear();
|
| audio_entries.clear();
|
|
|
|
|