From 06b62cb8f2886eb1baf60c3146f4c4cade31e369 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 28 Apr 2012 12:20:19 +0200 Subject: swr: move AudioConvert to header the next commits will need it Signed-off-by: Michael Niedermayer --- libswresample/audioconvert.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libswresample/audioconvert.c') diff --git a/libswresample/audioconvert.c b/libswresample/audioconvert.c index 26cf471ab4..75c1311ddb 100644 --- a/libswresample/audioconvert.c +++ b/libswresample/audioconvert.c @@ -32,15 +32,6 @@ #include "audioconvert.h" -typedef void (conv_func_type)(uint8_t *po, const uint8_t *pi, int is, int os, uint8_t *end); - -struct AudioConvert { - int channels; - conv_func_type *conv_f; - const int *ch_map; - uint8_t silence[8]; ///< silence input sample -}; - #define CONV_FUNC_NAME(dst_fmt, src_fmt) conv_ ## src_fmt ## _to_ ## dst_fmt //FIXME rounding ? -- cgit v1.2.3