Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1255)

Unified Diff: media/formats/mp4/mp4_stream_parser.h

Issue 2365653006: Address review nits from r420647 (Closed)
Patch Set: Fix typo in header Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/formats/mp4/mp4_stream_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | media/formats/mp4/mp4_stream_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698