Commit 51150faa authored by Max Kellermann's avatar Max Kellermann

output/jack: convert enum to constexpr

parent ea96919b
......@@ -36,9 +36,7 @@
#include <stdlib.h>
#include <string.h>
enum {
MAX_PORTS = 16,
};
static constexpr unsigned MAX_PORTS = 16;
static const size_t jack_sample_size = sizeof(jack_default_audio_sample_t);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment