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:
+2
-1
@@ -21,6 +21,7 @@
|
||||
|
||||
#include "mpd_types.h"
|
||||
#include "decode.h"
|
||||
#include "audio.h"
|
||||
|
||||
#define OUTPUT_BUFFER_DC_STOP -1
|
||||
#define OUTPUT_BUFFER_DC_SEEK -2
|
||||
@@ -34,7 +35,7 @@ typedef struct _OutputBuffer {
|
||||
mpd_sint16 volatile end;
|
||||
mpd_sint16 volatile next;
|
||||
mpd_sint8 volatile wrap;
|
||||
float totalTime;
|
||||
AudioFormat audioFormat;
|
||||
} OutputBuffer;
|
||||
|
||||
void flushOutputBuffer(OutputBuffer * cb);
|
||||
|
||||
Reference in New Issue
Block a user