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

@@ -38,10 +38,4 @@ test_pcm_channels_16(void);
void
test_pcm_channels_32(void);
void
test_pcm_byteswap_16(void);
void
test_pcm_byteswap_32(void);
#endif