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

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

Issue 2365653006: Address review nits from r420647 (Closed)
Patch Set: 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..e554b163017ac662072c110a7384bcb790ae03cf 100644
--- a/media/formats/mp4/mp4_stream_parser.h
+++ b/media/formats/mp4/mp4_stream_parser.h
@@ -125,10 +125,6 @@ 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_;
wolenetz 2016/09/23 19:16:01 ugh. I'll fix this in next patch set...
« 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