aboutsummaryrefslogtreecommitdiffstats
path: root/src/playerData.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/playerData.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/playerData.h b/src/playerData.h
index 00e4040be..f49834491 100644
--- a/src/playerData.h
+++ b/src/playerData.h
@@ -30,8 +30,8 @@
/* pick 1020 since its devisible for 8,16,24, and 32-bit audio */
#define CHUNK_SIZE 1020
-extern int buffered_before_play;
-extern int buffered_chunks;
+extern unsigned int buffered_before_play;
+extern unsigned int buffered_chunks;
typedef struct _PlayerData {
OutputBuffer buffer;