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

Unified Diff: chromecast/media/cma/backend/alsa/audio_filter_factory_default.cc

Issue 2771143002: Implement runtime audio post-processing pipeline. See go/cast_audio.json (Closed)
Patch Set: Remove unordered_map of libraries. Created 3 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
Index: chromecast/media/cma/backend/alsa/audio_filter_factory_default.cc
diff --git a/chromecast/media/cma/backend/alsa/audio_filter_factory_default.cc b/chromecast/media/cma/backend/alsa/audio_filter_factory_default.cc
deleted file mode 100644
index 3333c9a263e72022ebd84dc2629ae7d710a1fef8..0000000000000000000000000000000000000000
--- a/chromecast/media/cma/backend/alsa/audio_filter_factory_default.cc
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chromecast/media/cma/backend/alsa/audio_filter_factory.h"
-
-// An AudioFilterFactory that just returns nullptrs
-
-namespace chromecast {
-namespace media {
-
-std::unique_ptr<AudioFilterInterface> AudioFilterFactory::MakeAudioFilter(
- AudioFilterFactory::FilterType filter_type) {
- return nullptr;
-}
-
-} // namespace media
-} // namespace chromecast

Powered by Google App Engine
This is Rietveld 408576698