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
bbf84374
Commit
bbf84374
authored
Apr 11, 2004
by
Warren Dukes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more volatile stuff
git-svn-id:
https://svn.musicpd.org/mpd/trunk@699
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
26f72edc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
audio.h
src/audio.h
+3
-3
player.h
src/player.h
+3
-3
No files found.
src/audio.h
View file @
bbf84374
...
...
@@ -28,9 +28,9 @@
#define AUDIO_AO_DRIVER_DEFAULT "default"
typedef
struct
_AudioFormat
{
mpd_sint8
channels
;
mpd_uint32
sampleRate
;
mpd_sint8
bits
;
mpd_sint8
volatile
channels
;
mpd_uint32
volatile
sampleRate
;
mpd_sint8
volatile
bits
;
}
AudioFormat
;
void
initAudioDriver
();
...
...
src/player.h
View file @
bbf84374
...
...
@@ -51,13 +51,13 @@
#define PLAYER_QUEUE_LOCKED 1
typedef
struct
_PlayerControl
{
mpd_sint8
decodeType
;
mpd_sint8
volatile
decodeType
;
mpd_sint8
volatile
stop
;
mpd_sint8
volatile
play
;
mpd_sint8
volatile
pause
;
mpd_sint8
volatile
state
;
mpd_sint8
volatile
closeAudio
;
mpd_sint8
error
;
mpd_sint8
volatile
error
;
mpd_uint16
bitRate
;
mpd_sint8
bits
;
mpd_sint8
channels
;
...
...
@@ -72,7 +72,7 @@ typedef struct _PlayerControl {
mpd_sint8
volatile
lockQueue
;
mpd_sint8
volatile
unlockQueue
;
mpd_sint8
volatile
seek
;
double
seekWhere
;
double
volatile
seekWhere
;
float
crossFade
;
mpd_uint16
softwareVolume
;
double
totalPlayTime
;
...
...
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