aboutsummaryrefslogtreecommitdiff
path: root/src/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pipe.h')
-rw-r--r--src/pipe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pipe.h b/src/pipe.h
index bfc1a797..4d57adc0 100644
--- a/src/pipe.h
+++ b/src/pipe.h
@@ -44,10 +44,10 @@ struct music_pipe {
unsigned num_chunks;
/** the index of the first decoded chunk */
- unsigned int volatile begin;
+ unsigned begin;
/** the index after the last decoded chunk */
- unsigned int volatile end;
+ unsigned end;
/** non-zero if the player thread should only we woken up if
the buffer becomes non-empty */