mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
lfe-filter-test: Use S16NE format
...otherwise this code will fail on big-endian architectures. Cc: Hui Wang <hui.wang@canonical.com> Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
53b6b9df19
commit
733e4bce5b
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ START_TEST (lfe_filter_test) {
|
|||
|
||||
a.channels = 1;
|
||||
a.rate = 44100;
|
||||
a.format = PA_SAMPLE_S16LE;
|
||||
a.format = PA_SAMPLE_S16NE;
|
||||
|
||||
lft.ss = &a;
|
||||
pa_assert_se(lft.pool = pa_mempool_new(false, 0));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue