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

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

Issue 2492953003: media: Delete renderer/demuxer splicing code. (Closed)
Patch Set: Created 4 years, 1 month 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
Index: media/formats/mp4/mp4_stream_parser.cc
diff --git a/media/formats/mp4/mp4_stream_parser.cc b/media/formats/mp4/mp4_stream_parser.cc
index 8e8ec08b3898ab20bd27f4fc79110cbc44d1cd5f..41c56b817bcc2a1c052676ca4f49525cce649933 100644
--- a/media/formats/mp4/mp4_stream_parser.cc
+++ b/media/formats/mp4/mp4_stream_parser.cc
@@ -215,6 +215,7 @@ bool MP4StreamParser::ParseMoov(BoxReader* reader) {
break;
}
}
+ LOG(ERROR) << __func__ << " desc_idx:" << desc_idx;
RCHECK(desc_idx > 0);
desc_idx -= 1; // BMFF descriptor index is one-based

Powered by Google App Engine
This is Rietveld 408576698