asterisk/codecs
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
(closes issue #10277, patches by mvanbaak)

Basically, this changes ...

if (option_verbose > 2)
   ast_verbose(VERBOSE_PREFIX_3, "Something\n");

to ...

ast_verb(3, "Something\n");


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77299 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-07-26 15:49:18 +00:00
..
g722 provide INT16_MIN and INT16_MAX for platforms where they are not defined. 2006-12-25 06:42:15 +00:00
gsm Return GSM to a state where it actually builds under dev mode. 2007-02-18 19:13:17 +00:00
ilbc Merged revisions 48554 via svnmerge from 2006-12-18 11:59:48 +00:00
lpc10 Merged revisions 48554 via svnmerge from 2006-12-18 11:59:48 +00:00
Makefile Merged revisions 49457,49460-49461 via svnmerge from 2007-01-04 18:19:55 +00:00
adpcm_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
codec_a_mu.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
codec_adpcm.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
codec_alaw.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
codec_g722.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
codec_g726.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
codec_gsm.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
codec_ilbc.c Merged revisions 65877 via svnmerge from 2007-05-24 15:28:29 +00:00
codec_lpc10.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
codec_speex.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
codec_ulaw.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
codec_zap.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
g722_slin_ex.h Add codec G.722 support. 2006-12-21 00:08:21 +00:00
g726_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
gsm_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
ilbc_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
log2comp.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
lpc10_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_adpcm_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_g722_ex.h Add codec G.722 support. 2006-12-21 00:08:21 +00:00
slin_g726_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_gsm_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_ilbc_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_lpc10_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_speex_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_ulaw_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
speex_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
ulaw_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00