diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pipe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pipe.h b/src/pipe.h index bfc1a7974..4d57adc04 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 */ |