give format_pcm a more concise destription

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@72705 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2007-06-29 20:56:18 +00:00
parent f870ccffff
commit b16b099171

View File

@@ -493,4 +493,4 @@ static int unload_module(void)
|| ast_format_unregister(g722_f.name);
}
AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Raw/Sun uLaw/ALaw 8KHz Audio support (PCM,PCMA,AU) and G.722 16Khz Audio Support");
AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Raw/Sun uLaw/ALaw 8KHz (PCM,PCMA,AU), G.722 16Khz");