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
78c73fb9
Commit
78c73fb9
authored
Dec 30, 2017
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MusicChunk: reorder attributes to reduce padding
parent
a06bf388
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
MusicChunk.hxx
src/MusicChunk.hxx
+6
-6
No files found.
src/MusicChunk.hxx
View file @
78c73fb9
...
...
@@ -53,6 +53,12 @@ struct MusicChunkInfo {
MusicChunk
*
other
=
nullptr
;
/**
* An optional tag associated with this chunk (and the
* following chunks); appears at song boundaries.
*/
std
::
unique_ptr
<
Tag
>
tag
;
/**
* The current mix ratio for cross-fading: 1.0 means play 100%
* of this chunk, 0.0 means play 100% of the "other" chunk.
*/
...
...
@@ -68,12 +74,6 @@ struct MusicChunkInfo {
SignedSongTime
time
;
/**
* An optional tag associated with this chunk (and the
* following chunks); appears at song boundaries.
*/
std
::
unique_ptr
<
Tag
>
tag
;
/**
* Replay gain information associated with this chunk.
* Only valid if the serial is not 0.
*/
...
...
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