aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/outputBuffer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/outputBuffer.h b/src/outputBuffer.h
index 9f5a996bb..4c43ac051 100644
--- a/src/outputBuffer.h
+++ b/src/outputBuffer.h
@@ -33,9 +33,9 @@
#define CHUNK_SIZE 1020
typedef struct _OutputBufferChunk {
- volatile mpd_uint16 chunkSize;
- volatile mpd_uint16 bitRate;
- volatile float times;
+ mpd_uint16 chunkSize;
+ mpd_uint16 bitRate;
+ float times;
char data[CHUNK_SIZE];
} OutputBufferChunk;