summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorDavid Mandelberg <dseomn@google.com>2017-01-04 11:55:48 -0500
committerTanu Kaskinen <tanuk@iki.fi>2017-01-19 03:00:45 +0200
commit6ec4ca218e0cca8ef9f0785736edf04ada4c0b7b (patch)
tree8c86e0d5d14bc591b2e954473ab166e926ff1b7f /src/tests
parent21c3570b120eef69dfb7bc426fca047be20c6a1e (diff)
remix-test: test the remixer with PA_RESAMPLER_NO_FILL_SINK set
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/remix-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/remix-test.c b/src/tests/remix-test.c
index 5b0c677b..0dcc2f1f 100644
--- a/src/tests/remix-test.c
+++ b/src/tests/remix-test.c
@@ -61,6 +61,8 @@ int main(int argc, char *argv[]) {
RESAMPLE_FLAGS(PA_RESAMPLER_NO_REMAP),
RESAMPLE_FLAGS(PA_RESAMPLER_NO_REMIX),
RESAMPLE_FLAGS(PA_RESAMPLER_NO_LFE),
+ RESAMPLE_FLAGS(PA_RESAMPLER_NO_FILL_SINK),
+ RESAMPLE_FLAGS(PA_RESAMPLER_NO_LFE | PA_RESAMPLER_NO_FILL_SINK),
{ .str = NULL, .value = 0 },
};