blob: 93d448c0b4d5f0378e027cb20f4264ac72400ab5 [file] [log] [blame]
// 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/video_pipeline_client.h"
namespace chromecast {
namespace media {
VideoPipelineClient::VideoPipelineClient() {
}
VideoPipelineClient::VideoPipelineClient(const VideoPipelineClient& other) =
default;
VideoPipelineClient::~VideoPipelineClient() {
}
} // namespace media
} // namespace chromecast