AudioFormat: move enum SampleFormat to pcm/SampleFormat.hxx

This commit is contained in:
Max Kellermann
2017-01-17 11:02:11 +01:00
parent f85f25ba82
commit de3e0585f1
19 changed files with 191 additions and 142 deletions

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "Silence.hxx"
#include "AudioFormat.hxx"
#include "SampleFormat.hxx"
#include "util/WritableBuffer.hxx"
#include <string.h>