| 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 3ff51212a4e60e16f6ce013c954615365bb00da0..238b58cc434b9e106dbf07ed011e056af2d0c216 100644
 | 
| --- a/media/formats/mp2t/mp2t_stream_parser.cc
 | 
| +++ b/media/formats/mp2t/mp2t_stream_parser.cc
 | 
| @@ -550,7 +550,7 @@ bool Mp2tStreamParser::FinishInitializationIfNeeded() {
 | 
|    // TODO(wolenetz): If possible, detect and report track counts by type more
 | 
|    // accurately here. Currently, capped at max 1 each for audio and video, with
 | 
|    // assumption of 0 text tracks.
 | 
| -  InitParameters params(kInfiniteDuration());
 | 
| +  InitParameters params(kInfiniteDuration);
 | 
|    params.detected_audio_track_count =
 | 
|        queue_with_config.audio_config.IsValidConfig() ? 1 : 0;
 | 
|    params.detected_video_track_count =
 | 
| 
 |