summaryrefslogtreecommitdiffstats
path: root/chromecast/media/cma/pipeline/audio_pipeline.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromecast/media/cma/pipeline/audio_pipeline.cc')
-rw-r--r--chromecast/media/cma/pipeline/audio_pipeline.cc17
1 files changed, 17 insertions, 0 deletions
diff --git a/chromecast/media/cma/pipeline/audio_pipeline.cc b/chromecast/media/cma/pipeline/audio_pipeline.cc
new file mode 100644
index 0000000..7d98e09
--- /dev/null
+++ b/chromecast/media/cma/pipeline/audio_pipeline.cc
@@ -0,0 +1,17 @@
+// Copyright 2014 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/pipeline/audio_pipeline.h"
+
+namespace chromecast {
+namespace media {
+
+AudioPipeline::AudioPipeline() {
+}
+
+AudioPipeline::~AudioPipeline() {
+}
+
+} // namespace media
+} // namespace chromecast