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 b80521fc8f4ffe53f64b89e9454d8612d75fba06..c0997435be6aca7afe8d5410e0437b8c604be69c 100644 |
--- a/media/formats/mp4/mp4_stream_parser.h |
+++ b/media/formats/mp4/mp4_stream_parser.h |
@@ -125,12 +125,8 @@ class MEDIA_EXPORT MP4StreamParser : public StreamParser { |
bool has_sbr_; |
std::map<uint32_t, bool> is_track_encrypted_; |
- // Tracks the number of MEDIA_LOGs for skipping top level boxes. Useful to |
- // 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_; |
+ int num_empty_samples_skipped_; |
DISALLOW_COPY_AND_ASSIGN(MP4StreamParser); |
}; |