Module: sems Branch: master Commit: 0843bee8ae90a8d3cb35efa8485332b088e49183 URL: https://github.com/sems-server/sems/commit/0843bee8ae90a8d3cb35efa8485332b088e49183
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: 2015-06-24T05:55:51+02:00 b/f:fix bbb13a1: remove excessive debug info --- Modified: core/plug-in/opus/opus.c --- Diff: https://github.com/sems-server/sems/commit/0843bee8ae90a8d3cb35efa8485332b088e49183.diff Patch: https://github.com/sems-server/sems/commit/0843bee8ae90a8d3cb35efa8485332b088e49183.patch --- diff --git a/core/plug-in/opus/opus.c b/core/plug-in/opus/opus.c index a8ad70e..cc2b6e7 100644 --- a/core/plug-in/opus/opus.c +++ b/core/plug-in/opus/opus.c @@ -276,10 +276,7 @@ long opus_create(const char* format_parameters, const char** format_parameters_o int stereo = 0; if (format_parameters) { - DBG("\n\n\n"); DBG("OPUS params: >>%s<<.\n", format_parameters); - DBG("\n\n\n"); - decode_format_parameters(format_parameters, &maxbandwidth, &useinbandfec, &stereo); } _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
