diff options
Diffstat (limited to 'src/decoder')
-rw-r--r-- | src/decoder/OpusDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/OpusDecoderPlugin.cxx b/src/decoder/OpusDecoderPlugin.cxx index ad2ee6297..10a3d0b83 100644 --- a/src/decoder/OpusDecoderPlugin.cxx +++ b/src/decoder/OpusDecoderPlugin.cxx @@ -41,7 +41,7 @@ #include <string.h> -static const opus_int32 opus_sample_rate = 48000; +static constexpr opus_int32 opus_sample_rate = 48000; gcc_pure static bool |