We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b095b6 commit dcce535Copy full SHA for dcce535
1 file changed
src/rtmixer.h
@@ -33,13 +33,13 @@ struct action
33
{
34
const enum actiontype type;
35
bool allow_belated;
36
- PaTime requested_time;
+ const PaTime requested_time;
37
PaTime actual_time;
38
struct action* next;
39
union {
40
float* const buffer;
41
PaUtilRingBuffer* const ringbuffer;
42
- struct action* action; // Used in CANCEL
+ struct action* const action; // Used in CANCEL
43
};
44
frame_t total_frames;
45
frame_t done_frames;
0 commit comments