util/byte_reverse: convert to C++

This commit is contained in:
Max Kellermann
2013-10-16 21:04:52 +02:00
parent f32fbd9ed1
commit 6b2b5af344
6 changed files with 21 additions and 27 deletions
+1 -4
View File
@@ -21,10 +21,7 @@
#include "PcmExport.hxx"
#include "PcmDsdUsb.hxx"
#include "PcmPack.hxx"
extern "C" {
#include "util/byte_reverse.h"
}
#include "util/ByteReverse.hxx"
void
PcmExport::Open(SampleFormat sample_format, unsigned _channels,