decoder/flac: rename FlacMetadata.cxx to FlacStreamMetadata.cxx
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "FlacCommon.hxx"
|
||||
#include "FlacMetadata.hxx"
|
||||
#include "lib/xiph/FlacStreamMetadata.hxx"
|
||||
#include "Log.hxx"
|
||||
#include "input/InputStream.hxx"
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "FlacMetadataChain.hxx"
|
||||
#include "FlacMetadataIterator.hxx"
|
||||
#include "FlacIOHandle.hxx"
|
||||
#include "decoder/plugins/FlacMetadata.hxx"
|
||||
#include "FlacStreamMetadata.hxx"
|
||||
|
||||
bool
|
||||
FlacMetadataChain::Read(InputStream &is) noexcept
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2003-2017 The Music Player Daemon Project
|
||||
* Copyright 2003-2018 The Music Player Daemon Project
|
||||
* http://www.musicpd.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "FlacMetadata.hxx"
|
||||
#include "FlacStreamMetadata.hxx"
|
||||
#include "lib/xiph/XiphTags.hxx"
|
||||
#include "MixRampInfo.hxx"
|
||||
#include "tag/Handler.hxx"
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2003-2017 The Music Player Daemon Project
|
||||
* Copyright 2003-2018 The Music Player Daemon Project
|
||||
* http://www.musicpd.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -17,8 +17,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef MPD_FLAC_METADATA_H
|
||||
#define MPD_FLAC_METADATA_H
|
||||
#ifndef MPD_FLAC_STREAM_METADATA_HXX
|
||||
#define MPD_FLAC_STREAM_METADATA_HXX
|
||||
|
||||
#include <FLAC/metadata.h>
|
||||
|
Reference in New Issue
Block a user