From 18301dfca56ba8545549e80f84423d83a46c6b64 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 2 Oct 2007 20:26:08 +0000 Subject: a lot of minor cleanups git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@36 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce --- src/converter.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/converter.h') diff --git a/src/converter.h b/src/converter.h index 8112231..30453df 100644 --- a/src/converter.h +++ b/src/converter.h @@ -3,7 +3,7 @@ #include "sydney.h" #include "volscale.h" -#include "byteswap.h" +#include "bswap.h" #include "zero.h" #include "add.h" #include "bbuffer.h" @@ -21,9 +21,9 @@ struct sa_converter { int sum_required; int remap_required; - + sa_pcm_format_t work_pcm_format; - + size_t from_sample_size, work_sample_size, to_sample_size; sa_byteswap_func_t pre_byteswap_func, post_byteswap_func; @@ -69,7 +69,7 @@ int sa_converter_go( int sa_converter_go_interleaved( sa_converter_t *c, - const void *const data, + const void *const data, void **dst[], size_t *dstr[], int dinterleave, size_t *size); -- cgit