lib/xiph/FlacAudioFormat: remove redundant `inline` keywords from `constexpr` functions
This commit is contained in:
parent
f2cacaf6b6
commit
96e70659f0
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#include "pcm/SampleFormat.hxx"
|
#include "pcm/SampleFormat.hxx"
|
||||||
|
|
||||||
constexpr inline SampleFormat
|
constexpr SampleFormat
|
||||||
FlacSampleFormat(unsigned bits_per_sample) noexcept
|
FlacSampleFormat(unsigned bits_per_sample) noexcept
|
||||||
{
|
{
|
||||||
switch (bits_per_sample) {
|
switch (bits_per_sample) {
|
||||||
|
|
Loading…
Reference in New Issue