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:
David Henningsson 2015-05-26 08:47:46 +02:00
parent 53b6b9df19
commit 733e4bce5b

View file

@ -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));