blob: c78afd5778273127f15446bdb1e8c5d7d88d51e4 [file] [log] [blame]
// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "media/base/demuxer.h"
namespace media {
DemuxerHost::~DemuxerHost() = default;
Demuxer::Demuxer() = default;
Demuxer::~Demuxer() = default;
} // namespace media