format
This commit is contained in:
parent
cfe823b25d
commit
cd1efe40ad
5 changed files with 46 additions and 47 deletions
|
|
@ -9,9 +9,9 @@ typedef struct driver {
|
|||
int frames;
|
||||
|
||||
MDEAudioHandler handler;
|
||||
void* user;
|
||||
void* user;
|
||||
|
||||
int quit;
|
||||
pthread_t thread;
|
||||
int quit;
|
||||
pthread_t thread;
|
||||
pthread_mutex_t mutex;
|
||||
} driver_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue