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
20bf1d68
You need to sign in or sign up before continuing.
Commit
20bf1d68
authored
3 years ago
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MixRampInfo: move to tag/
parent
9bc4c168
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
Control.hxx
src/decoder/Control.hxx
+1
-1
DecoderAPI.hxx
src/decoder/DecoderAPI.hxx
+1
-1
FlacStreamMetadata.cxx
src/lib/xiph/FlacStreamMetadata.cxx
+1
-1
MixRampInfo.hxx
src/tag/MixRampInfo.hxx
+0
-0
TestMixRampParser.cxx
test/tag/TestMixRampParser.cxx
+1
-1
No files found.
src/decoder/Control.hxx
View file @
20bf1d68
...
...
@@ -22,7 +22,7 @@
#include "Command.hxx"
#include "pcm/AudioFormat.hxx"
#include "MixRampInfo.hxx"
#include "
tag/
MixRampInfo.hxx"
#include "input/Handler.hxx"
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"
...
...
This diff is collapsed.
Click to expand it.
src/decoder/DecoderAPI.hxx
View file @
20bf1d68
...
...
@@ -35,8 +35,8 @@
#include "DecoderPlugin.hxx"
#include "ReplayGainInfo.hxx"
#include "tag/Tag.hxx"
#include "tag/MixRampInfo.hxx"
#include "pcm/AudioFormat.hxx"
#include "MixRampInfo.hxx"
#include "config/Block.hxx"
#include "Chrono.hxx"
...
...
This diff is collapsed.
Click to expand it.
src/lib/xiph/FlacStreamMetadata.cxx
View file @
20bf1d68
...
...
@@ -21,11 +21,11 @@
#include "FlacAudioFormat.hxx"
#include "ScanVorbisComment.hxx"
#include "pcm/CheckAudioFormat.hxx"
#include "MixRampInfo.hxx"
#include "tag/Handler.hxx"
#include "tag/Builder.hxx"
#include "tag/Tag.hxx"
#include "tag/ReplayGain.hxx"
#include "tag/MixRampInfo.hxx"
#include "tag/MixRampParser.hxx"
#include "ReplayGainInfo.hxx"
#include "util/StringView.hxx"
...
...
This diff is collapsed.
Click to expand it.
src/MixRampInfo.hxx
→
src/
tag/
MixRampInfo.hxx
View file @
20bf1d68
File moved
This diff is collapsed.
Click to expand it.
test/tag/TestMixRampParser.cxx
View file @
20bf1d68
...
...
@@ -18,8 +18,8 @@
*/
#include "tag/MixRampParser.cxx"
#include "tag/MixRampInfo.hxx"
#include "util/StringView.hxx"
#include "MixRampInfo.hxx"
#include <gtest/gtest.h>
...
...
This diff is collapsed.
Click to expand it.
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