]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
set default resample quality to 2
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 28 Jul 2009 18:50:33 +0000 (18:50 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 28 Jul 2009 18:50:33 +0000 (18:50 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14400 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_resample.h

index 41a666dd9ad7b4ad7dab39c4a4385410aeb64244..f19ff9893a5f14e650a5c04c84e84c53fda093b7 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef SWITCH_RESAMPLE_H
 #define SWITCH_RESAMPLE_H
-#define SWITCH_RESAMPLE_QUALITY 0
+#define SWITCH_RESAMPLE_QUALITY 2
 #include <switch.h>
 SWITCH_BEGIN_EXTERN_C
 /*!