[asterisk-commits] russell: branch 1.4 r72705 - /branches/1.4/formats/format_pcm.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jun 29 15:56:18 CDT 2007
Author: russell
Date: Fri Jun 29 15:56:18 2007
New Revision: 72705
URL: http://svn.digium.com/view/asterisk?view=rev&rev=72705
Log:
give format_pcm a more concise destription
Modified:
branches/1.4/formats/format_pcm.c
Modified: branches/1.4/formats/format_pcm.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/formats/format_pcm.c?view=diff&rev=72705&r1=72704&r2=72705
==============================================================================
--- branches/1.4/formats/format_pcm.c (original)
+++ branches/1.4/formats/format_pcm.c Fri Jun 29 15:56:18 2007
@@ -493,4 +493,4 @@
|| 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");
More information about the asterisk-commits
mailing list