From 829211d1fb734f758fd9096a509f0042046dfaa0 Mon Sep 17 00:00:00 2001 From: matteo brancaleoni Date: Mon, 22 Jul 2013 15:15:21 +0200 Subject: [PATCH] remove commented out old code --- mod_bcg729.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mod_bcg729.c b/mod_bcg729.c index 7fc0a6d..0c3dc4f 100644 --- a/mod_bcg729.c +++ b/mod_bcg729.c @@ -123,8 +123,6 @@ static switch_status_t switch_bcg729_encode(switch_codec_t *codec, return SWITCH_STATUS_SUCCESS; } -// For zero data -// static int16_t lost_frame[80] = { 0 }; static switch_status_t switch_bcg729_decode(switch_codec_t *codec, switch_codec_t *other_codec, void *encoded_data, @@ -181,9 +179,6 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_bcg729_load) switch_codec_interface_t *codec_interface; int mpf = 10000, spf = 80, bpf = 160, ebpf = 10, count; - // Init IPP library - // g729_init_lib(); - /* connect my internal structure to the blank pointer passed to me */ *module_interface = switch_loadable_module_create_module_interface(pool, modname);