test/test_pcm: fix the DSD_U32 byte order
The unit test was wrong as well. D'oh!
This commit is contained in:
parent
cc0dbcf3f4
commit
1e54b7b294
@ -137,10 +137,10 @@ PcmExportTest::TestDsdU32()
|
||||
};
|
||||
|
||||
static constexpr uint32_t expected[] = {
|
||||
0xcd894501,
|
||||
0xefab6723,
|
||||
0x77553311,
|
||||
0x88664422,
|
||||
0x014589cd,
|
||||
0x2367abef,
|
||||
0x11335577,
|
||||
0x22446688,
|
||||
};
|
||||
|
||||
PcmExport::Params params;
|
||||
|
Loading…
Reference in New Issue
Block a user