Commit 1e54b7b2 authored by Max Kellermann's avatar Max Kellermann

test/test_pcm: fix the DSD_U32 byte order

The unit test was wrong as well. D'oh!
parent cc0dbcf3
......@@ -137,10 +137,10 @@ PcmExportTest::TestDsdU32()
};
static constexpr uint32_t expected[] = {
0xcd894501,
0xefab6723,
0x77553311,
0x88664422,
0x014589cd,
0x2367abef,
0x11335577,
0x22446688,
};
PcmExport::Params params;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment