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

Unified Diff: chromecast/media/cma/filters/demuxer_stream_adapter_unittest.cc

Issue 560563002: Add default impl for DemuxerStream::EnableBitstreamConverter(); (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 6 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/base/demuxer_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/filters/demuxer_stream_adapter_unittest.cc
diff --git a/chromecast/media/cma/filters/demuxer_stream_adapter_unittest.cc b/chromecast/media/cma/filters/demuxer_stream_adapter_unittest.cc
index a5661a48ce1f04ce99a62a42f7c0c86caa485997..4d8ba5420e214efd6ec661ba9818f0718caf2b85 100644
--- a/chromecast/media/cma/filters/demuxer_stream_adapter_unittest.cc
+++ b/chromecast/media/cma/filters/demuxer_stream_adapter_unittest.cc
@@ -48,7 +48,6 @@ class DummyDemuxerStream : public ::media::DemuxerStream {
virtual ::media::AudioDecoderConfig audio_decoder_config() OVERRIDE;
virtual ::media::VideoDecoderConfig video_decoder_config() OVERRIDE;
virtual Type type() OVERRIDE;
- virtual void EnableBitstreamConverter() OVERRIDE;
virtual bool SupportsConfigChanges() OVERRIDE;
virtual ::media::VideoRotation video_rotation() OVERRIDE;
@@ -123,9 +122,6 @@ void DummyDemuxerStream::Read(const ReadCB& read_cb) {
return VIDEO;
}
-void DummyDemuxerStream::EnableBitstreamConverter() {
-}
-
bool DummyDemuxerStream::SupportsConfigChanges() {
return true;
}
« no previous file with comments | « no previous file | media/base/demuxer_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698