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

Unified Diff: chromecast/media/cma/backend/alsa/post_processors/governor.cc

Issue 2958393002: Add a simple, safe gain PostProcessor. (Closed)
Patch Set: Unrelated cleanup Created 3 years, 5 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/post_processors/governor.cc
diff --git a/chromecast/media/cma/backend/alsa/post_processors/governor.cc b/chromecast/media/cma/backend/alsa/post_processors/governor.cc
index 832999660b1ff7b517ab08a25681bd2ef3f147df..1718ca8120e2674fc8f1345a099234fb056f5b62 100644
--- a/chromecast/media/cma/backend/alsa/post_processors/governor.cc
+++ b/chromecast/media/cma/backend/alsa/post_processors/governor.cc
@@ -75,10 +75,3 @@ void Governor::SetSlewTimeMsForTest(int slew_time_ms) {
} // namespace media
} // namespace chromecast
-
-chromecast::media::AudioPostProcessor* AudioPostProcessorShlib_Create(
- const std::string& config,
- int channels) {
- return static_cast<chromecast::media::AudioPostProcessor*>(
- new chromecast::media::Governor(config, channels));
-}

Powered by Google App Engine
This is Rietveld 408576698