blob: 1aa30ecce1ff48e7398961991af5c1e3a7e84491 [file] [log] [blame]
// Copyright 2018 The Fuchsia 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 "garnet/bin/mediaplayer/core/sink_segment.h"
#include "lib/fxl/logging.h"
namespace media_player {
SinkSegment::SinkSegment() {}
SinkSegment::~SinkSegment() {}
} // namespace media_player