pcm_export: use the byte_reverse library directly

Delete the now-unused pcm_byteswap library, and optimize the
pcm_export_state object.
This commit is contained in:
Max Kellermann
2012-03-21 20:55:18 +01:00
parent 170635e3a6
commit 9ec9a8705e
8 changed files with 24 additions and 226 deletions

View File

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