| Index: chromecast/common/media/cma_ipc_common.cc
|
| diff --git a/chromecast/media/cma/pipeline/audio_pipeline.cc b/chromecast/common/media/cma_ipc_common.cc
|
| similarity index 65%
|
| copy from chromecast/media/cma/pipeline/audio_pipeline.cc
|
| copy to chromecast/common/media/cma_ipc_common.cc
|
| index 7d98e09f2c46cf6a1d62f9e6d8f92e26fdb2b547..12eace0d4fcdc791d6d739dec841f46b33e1bc80 100644
|
| --- a/chromecast/media/cma/pipeline/audio_pipeline.cc
|
| +++ b/chromecast/common/media/cma_ipc_common.cc
|
| @@ -2,16 +2,15 @@
|
| // 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"
|
| +#include "chromecast/common/media/cma_ipc_common.h"
|
|
|
| namespace chromecast {
|
| namespace media {
|
|
|
| -AudioPipeline::AudioPipeline() {
|
| -}
|
| -
|
| -AudioPipeline::~AudioPipeline() {
|
| -}
|
| +const int kNoTrackId = -1;
|
| +const int kAudioTrackId = 0;
|
| +const int kVideoTrackId = 1;
|
|
|
| } // namespace media
|
| } // namespace chromecast
|
| +
|
|
|