Commit f629eb8c authored by Max Kellermann's avatar Max Kellermann

decoder/opus: make opus_sample_rate constexpr

parent e4f41ff6
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include <string.h> #include <string.h>
static const opus_int32 opus_sample_rate = 48000; static constexpr opus_int32 opus_sample_rate = 48000;
gcc_pure gcc_pure
static bool static bool
......
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