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

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

Issue 2361903002: mp4: skip 0 size trun samples (Closed)
Patch Set: replace DVLOG with LIMITED_MEDIA_LOG 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') | media/formats/mp4/mp4_stream_parser.cc » ('J')
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 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);
};
« no previous file with comments | « no previous file | media/formats/mp4/mp4_stream_parser.cc » ('j') | media/formats/mp4/mp4_stream_parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698