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

Unified Diff: chromecast/media/cma/base/demuxer_stream_for_test.cc

Issue 1786733004: Revert of media config: expand is_encrypted to a struct. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « chromecast/media/cma/base/decoder_config_adapter.cc ('k') | chromecast/media/cma/ipc_streamer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/base/demuxer_stream_for_test.cc
diff --git a/chromecast/media/cma/base/demuxer_stream_for_test.cc b/chromecast/media/cma/base/demuxer_stream_for_test.cc
index 32ee27b0fe1c8b9b50593b13f1fc00f8e1f496f3..9942545840c9a4eadacefc87ba7a17c95a45a843 100644
--- a/chromecast/media/cma/base/demuxer_stream_for_test.cc
+++ b/chromecast/media/cma/base/demuxer_stream_for_test.cc
@@ -63,7 +63,7 @@
visible_rect,
natural_size,
::media::EmptyExtraData(),
- ::media::Unencrypted());
+ false);
}
::media::DemuxerStream::Type DemuxerStreamForTest::type() const {
« no previous file with comments | « chromecast/media/cma/base/decoder_config_adapter.cc ('k') | chromecast/media/cma/ipc_streamer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698