PlayerControl: make settings "const"
This commit is contained in:
@@ -98,9 +98,9 @@ struct PlayerControl {
|
||||
|
||||
MultipleOutputs &outputs;
|
||||
|
||||
unsigned buffer_chunks;
|
||||
const unsigned buffer_chunks;
|
||||
|
||||
unsigned int buffered_before_play;
|
||||
const unsigned buffered_before_play;
|
||||
|
||||
/**
|
||||
* The handle of the player thread.
|
||||
|
Reference in New Issue
Block a user