blob: 531c76884f9099159bae087c2c7857188b99881d [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/backend/media_pipeline_device_params.h"
namespace chromecast {
namespace media {
MediaPipelineDeviceParams::MediaPipelineDeviceParams()
: disable_synchronization(false) {
}
MediaPipelineDeviceParams::~MediaPipelineDeviceParams() {
}
} // namespace media
} // namespace chromecast