| Index: media/formats/mp4/mp4_stream_parser.cc
|
| diff --git a/media/formats/mp4/mp4_stream_parser.cc b/media/formats/mp4/mp4_stream_parser.cc
|
| index 809bd820972e6747c6e03f393e6cdf663510a561..2fac274a7df114a3e2af29bac1ac0b8b7d47516f 100644
|
| --- a/media/formats/mp4/mp4_stream_parser.cc
|
| +++ b/media/formats/mp4/mp4_stream_parser.cc
|
| @@ -301,7 +301,7 @@ bool MP4StreamParser::ParseMoov(BoxReader* reader) {
|
| }
|
|
|
| if (!init_cb_.is_null())
|
| - base::ResetAndReturn(&init_cb_).Run(true, duration);
|
| + base::ResetAndReturn(&init_cb_).Run(true, duration, false);
|
|
|
| EmitNeedKeyIfNecessary(moov_->pssh);
|
| return true;
|
|
|