From 8c5ebdff360021a25b43418d3cd60ea975f5e245 Mon Sep 17 00:00:00 2001 From: Max Kellermann <max@duempel.org> Date: Wed, 21 Mar 2012 19:25:52 +0100 Subject: audio_format: remove the reverse_endian attribute Eliminate support for reverse endian samples from the MPD core. This moves a lot of complexity to the plugins that really need it (only ALSA and CDIO currently). --- src/pcm_convert.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/pcm_convert.h') diff --git a/src/pcm_convert.h b/src/pcm_convert.h index 0a0f85681..2e69013ef 100644 --- a/src/pcm_convert.h +++ b/src/pcm_convert.h @@ -47,9 +47,6 @@ struct pcm_convert_state { /** the buffer for converting the channel count */ struct pcm_buffer channels_buffer; - - /** the buffer for swapping the byte order */ - struct pcm_buffer byteswap_buffer; }; static inline GQuark -- cgit v1.2.3