| Index: media/formats/mp2t/mp2t_stream_parser.cc
|
| diff --git a/media/formats/mp2t/mp2t_stream_parser.cc b/media/formats/mp2t/mp2t_stream_parser.cc
|
| index cc2af5ec1d3a0d9f31866c3f4355a17378be6bca..273f83edc258bbd338d1855de6a1fb997c477561 100644
|
| --- a/media/formats/mp2t/mp2t_stream_parser.cc
|
| +++ b/media/formats/mp2t/mp2t_stream_parser.cc
|
| @@ -486,7 +486,7 @@ bool Mp2tStreamParser::FinishInitializationIfNeeded() {
|
| // For Mpeg2 TS, the duration is not known.
|
| DVLOG(1) << "Mpeg2TS stream parser initialization done";
|
| base::ResetAndReturn(&init_cb_).Run(
|
| - true, kInfiniteDuration(), base::Time(), false);
|
| + true, kInfiniteDuration(), base::Time(), false, false);
|
| is_initialized_ = true;
|
|
|
| return true;
|
|
|