pcm/SampleFormat: make the two inline functions "constexpr"

This commit is contained in:
Max Kellermann
2017-01-17 22:52:09 +01:00
parent 161d32a7e7
commit 3f321ae9a0
3 changed files with 5 additions and 5 deletions

View File

@@ -27,6 +27,7 @@
#include "PcmDither.cxx" // including the .cxx file to get inlined templates
#include <assert.h>
#include <stdint.h>
#include <string.h>