Module: sems Branch: master Commit: 332b51786eee382d98240782c1faf7a79559b164 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=332b51786eee382d98240782c1faf7a79559b164
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Apr 18 10:46:58 2012 +0200 c/f: remove orphan resample_state code (libresample) thanks to Benjamin Oldenburg --- core/AmAudio.cpp | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/core/AmAudio.cpp b/core/AmAudio.cpp index b84b90d..43c8043 100644 --- a/core/AmAudio.cpp +++ b/core/AmAudio.cpp @@ -266,10 +266,6 @@ AmAudio::AmAudio(AmAudioFormat *_fmt) AmAudio::~AmAudio() { -#ifdef USE_LIBSAMPLERATE - if (NULL != resample_state) - src_delete(resample_state); -#endif close(); } _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
