shithub: libsamplerate

Download patch

ref: 34bb50a4b07dc68cbab4d8130ebfce2ee449774e
parent: ce380434005fd546d4245cbf9896c3579e6b2081
author: Erik de Castro Lopo <[email protected]>
date: Sat Nov 5 09:44:38 EDT 2011

src/samplerate.h : Removed unused typedef struct SRC_CB_DATA.

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-05  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
+
+    * src/samplerate.h
+    Removed unused typedef struct SRC_CB_DATA.
+
 2011-11-02  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
 
     * configure.ac examples/Makefile.am
--- a/src/samplerate.h
+++ b/src/samplerate.h
@@ -50,12 +50,6 @@
 	double	src_ratio ;
 } SRC_DATA ;
 
-/* SRC_CB_DATA is used with callback based API. */
-typedef struct
-{	long	frames ;
-	float	*data_in ;
-} SRC_CB_DATA ;
-
 /*
 ** User supplied callback function type for use with src_callback_new()
 ** and src_callback_read(). First parameter is the same pointer that was