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

Unified Diff: media/filters/decrypting_demuxer_stream.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/filters/decrypting_demuxer_stream.cc
diff --git a/media/filters/decrypting_demuxer_stream.cc b/media/filters/decrypting_demuxer_stream.cc
index 6a1de5f38c41b48a16821be84cf3542a4028e0a9..d87098a72a506ca1e1f25e0ee6f4fa8581222225 100644
--- a/media/filters/decrypting_demuxer_stream.cc
+++ b/media/filters/decrypting_demuxer_stream.cc
@@ -386,6 +386,7 @@ void DecryptingDemuxerStream::InitializeDecoderConfig() {
input_video_config.extra_data(),
input_video_config.extra_data_size(),
false, // Output video is not encrypted.
+ false, // Live mode is off.
false);
break;
}

Powered by Google App Engine
This is Rietveld 408576698