some more work on organizing code for resampling/audioFormat conversion
git-svn-id: https://svn.musicpd.org/mpd/trunk@968 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "../config.h"
|
||||
|
||||
#include "mpd_types.h"
|
||||
#include "audio.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/param.h>
|
||||
@@ -48,8 +49,10 @@ typedef struct _DecoderControl {
|
||||
volatile mpd_sint8 seek;
|
||||
volatile mpd_sint8 seekError;
|
||||
volatile mpd_sint8 cycleLogFiles;
|
||||
double seekWhere;
|
||||
volatile double seekWhere;
|
||||
char file[MAXPATHLEN+1];
|
||||
AudioFormat audioFormat;
|
||||
volatile float totalTime;
|
||||
} DecoderControl;
|
||||
|
||||
void decodeSigHandler(int sig);
|
||||
|
||||
Reference in New Issue
Block a user