aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_main.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-03-21 20:55:18 +0100
committerMax Kellermann <max@duempel.org>2012-03-21 21:18:11 +0100
commit9ec9a8705e667280a69abf8f963db8e4ec8f4cd2 (patch)
tree166fdff7360a8e72c43a160522959c34df147fc5 /test/test_pcm_main.c
parent170635e3a6fbbdb2274f6ecd164c2c363d4e80b4 (diff)
downloadmpd-9ec9a8705e667280a69abf8f963db8e4ec8f4cd2.tar.gz
mpd-9ec9a8705e667280a69abf8f963db8e4ec8f4cd2.tar.xz
mpd-9ec9a8705e667280a69abf8f963db8e4ec8f4cd2.zip
pcm_export: use the byte_reverse library directly
Delete the now-unused pcm_byteswap library, and optimize the pcm_export_state object.
Diffstat (limited to '')
-rw-r--r--test/test_pcm_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_pcm_main.c b/test/test_pcm_main.c
index 4e64b443f..7047b5251 100644
--- a/test/test_pcm_main.c
+++ b/test/test_pcm_main.c
@@ -32,8 +32,6 @@ main(int argc, char **argv)
g_test_add_func("/pcm/pack/unpack24", test_pcm_unpack_24);
g_test_add_func("/pcm/channels/16", test_pcm_channels_16);
g_test_add_func("/pcm/channels/32", test_pcm_channels_32);
- g_test_add_func("/pcm/byteswap/16", test_pcm_byteswap_16);
- g_test_add_func("/pcm/byteswap/32", test_pcm_byteswap_32);
g_test_run();
}