comparison src/audlegacy/src_flow.c @ 4845:abb51251594d

Unsigned integer != gsize.
author Tony Vroon <chainsaw@gentoo.org>
date Mon, 13 Apr 2009 00:27:33 +0100
parents 7bf7f83a217e
children
comparison
equal deleted inserted replaced
4844:aed7b7a97932 4845:abb51251594d
47 static int input_nch = 0; 47 static int input_nch = 0;
48 static int converter_type = SRC_SINC_BEST_QUALITY; 48 static int converter_type = SRC_SINC_BEST_QUALITY;
49 static int srcError = 0; 49 static int srcError = 0;
50 50
51 static float *srcOut = NULL; 51 static float *srcOut = NULL;
52 static unsigned int lengthOfSrcOut = 0; 52 static gsize lengthOfSrcOut = 0;
53 53
54 void 54 void
55 src_flow_free() 55 src_flow_free()
56 { 56 {
57 AUDDBG("\n"); 57 AUDDBG("\n");