diff --git a/src/lib/xiph/FlacAudioFormat.hxx b/src/lib/xiph/FlacAudioFormat.hxx index afe81adac..bdeeb1e56 100644 --- a/src/lib/xiph/FlacAudioFormat.hxx +++ b/src/lib/xiph/FlacAudioFormat.hxx @@ -22,7 +22,7 @@ #include "pcm/SampleFormat.hxx" -constexpr inline SampleFormat +constexpr SampleFormat FlacSampleFormat(unsigned bits_per_sample) noexcept { switch (bits_per_sample) {