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

Unified Diff: media/formats/mp2t/es_parser_h264.cc

Issue 231283005: Add live mode detection in WebM MediaSource parser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
Index: media/formats/mp2t/es_parser_h264.cc
diff --git a/media/formats/mp2t/es_parser_h264.cc b/media/formats/mp2t/es_parser_h264.cc
index 691678ce81ebd49fb9b3a099c306de3412f11e99..2da021191da157097b1f8cf7af0465dd0e85a1cd 100644
--- a/media/formats/mp2t/es_parser_h264.cc
+++ b/media/formats/mp2t/es_parser_h264.cc
@@ -308,7 +308,7 @@ bool EsParserH264::UpdateVideoDecoderConfig(const H264SPS* sps) {
coded_size,
visible_rect,
natural_size,
- NULL, 0,
+ NULL, 0, false,
false);
if (!video_decoder_config.Matches(last_video_decoder_config_)) {

Powered by Google App Engine
This is Rietveld 408576698