Chromium Code Reviews| Index: media/formats/mp4/mp4_stream_parser.h |
| diff --git a/media/formats/mp4/mp4_stream_parser.h b/media/formats/mp4/mp4_stream_parser.h |
| index 1015b98faa648274ffc69f7070263cc6fe4d0a2e..b80521fc8f4ffe53f64b89e9454d8612d75fba06 100644 |
| --- a/media/formats/mp4/mp4_stream_parser.h |
| +++ b/media/formats/mp4/mp4_stream_parser.h |
| @@ -129,6 +129,9 @@ class MEDIA_EXPORT MP4StreamParser : public StreamParser { |
| // prevent log spam. |
| int num_top_level_box_skipped_; |
| + // Tracks the number of MEDIA_LOGS for skipping empty trun samples. |
| + int num_emtpy_samples_skipped_; |
|
wolenetz
2016/09/23 19:14:54
nit: typo.
|
| + |
| DISALLOW_COPY_AND_ASSIGN(MP4StreamParser); |
| }; |