change resample quality
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3290 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7872f795ea
commit
b942d8e044
|
@ -35,7 +35,7 @@
|
|||
#define NORMFACT (float)0x8000
|
||||
#define MAXSAMPLE (float)0x7FFF
|
||||
#define MAXSAMPLEC (char)0x7F
|
||||
#define QUALITY 1
|
||||
#define QUALITY 0
|
||||
|
||||
#ifndef MIN
|
||||
#define MIN(a,b) ((a) < (b) ? (a) : (b))
|
||||
|
|
Loading…
Reference in New Issue