blob: c074cc6ebb8fc2c66117a566510d7c79a5cd1421 [file] [log] [blame]
// Copyright (c) 2011 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 "media/base/filter_factories.h"
namespace media {
DataSourceFactory::~DataSourceFactory() {}
DemuxerFactory::~DemuxerFactory() {}
} // namespace media