Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
24b14c5a
Commit
24b14c5a
authored
Jul 07, 2018
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder/flac: rename FlacMetadata.cxx to FlacStreamMetadata.cxx
parent
2e116c9e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
10 deletions
+9
-10
Makefile.am
Makefile.am
+2
-3
FlacCommon.cxx
src/decoder/plugins/FlacCommon.cxx
+1
-1
FlacMetadataChain.cxx
src/lib/xiph/FlacMetadataChain.cxx
+1
-1
FlacStreamMetadata.cxx
src/lib/xiph/FlacStreamMetadata.cxx
+2
-2
FlacStreamMetadata.hxx
src/lib/xiph/FlacStreamMetadata.hxx
+3
-3
No files found.
Makefile.am
View file @
24b14c5a
...
...
@@ -1201,8 +1201,8 @@ libdecoder_a_SOURCES += \
src/lib/xiph/FlacMetadataIterator.hxx
\
src/lib/xiph/FlacIOHandle.cxx src/lib/xiph/FlacIOHandle.hxx
\
src/lib/xiph/FlacMetadataChain.cxx src/lib/xiph/FlacMetadataChain.hxx
\
src/lib/xiph/FlacStreamMetadata.cxx src/lib/xiph/FlacStreamMetadata.hxx
\
src/decoder/plugins/FlacInput.cxx src/decoder/plugins/FlacInput.hxx
\
src/decoder/plugins/FlacMetadata.cxx src/decoder/plugins/FlacMetadata.hxx
\
src/decoder/plugins/FlacPcm.cxx src/decoder/plugins/FlacPcm.hxx
\
src/decoder/plugins/FlacDomain.cxx src/decoder/plugins/FlacDomain.hxx
\
src/decoder/plugins/FlacCommon.cxx src/decoder/plugins/FlacCommon.hxx
\
...
...
@@ -2096,8 +2096,7 @@ test_dump_playlist_SOURCES = test/dump_playlist.cxx \
if
ENABLE_FLAC
test_dump_playlist_SOURCES
+=
\
src/ReplayGainInfo.cxx
\
src/decoder/plugins/FlacMetadata.cxx
src/ReplayGainInfo.cxx
endif
test_run_decoder_LDADD
=
\
...
...
src/decoder/plugins/FlacCommon.cxx
View file @
24b14c5a
...
...
@@ -23,7 +23,7 @@
#include "config.h"
#include "FlacCommon.hxx"
#include "
Flac
Metadata.hxx"
#include "
lib/xiph/FlacStream
Metadata.hxx"
#include "Log.hxx"
#include "input/InputStream.hxx"
...
...
src/lib/xiph/FlacMetadataChain.cxx
View file @
24b14c5a
...
...
@@ -21,7 +21,7 @@
#include "FlacMetadataChain.hxx"
#include "FlacMetadataIterator.hxx"
#include "FlacIOHandle.hxx"
#include "
decoder/plugins/Flac
Metadata.hxx"
#include "
FlacStream
Metadata.hxx"
bool
FlacMetadataChain
::
Read
(
InputStream
&
is
)
noexcept
...
...
src/
decoder/plugins/Flac
Metadata.cxx
→
src/
lib/xiph/FlacStream
Metadata.cxx
View file @
24b14c5a
/*
* Copyright 2003-201
7
The Music Player Daemon Project
* Copyright 2003-201
8
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 "Flac
Stream
Metadata.hxx"
#include "lib/xiph/XiphTags.hxx"
#include "MixRampInfo.hxx"
#include "tag/Handler.hxx"
...
...
src/
decoder/plugins/Flac
Metadata.hxx
→
src/
lib/xiph/FlacStream
Metadata.hxx
View file @
24b14c5a
/*
* Copyright 2003-201
7
The Music Player Daemon Project
* Copyright 2003-201
8
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment