[asterisk-commits] dvossel: branch dvossel/celt_codec_ftw r313091 - /team/dvossel/celt_codec_ftw...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Apr 7 09:51:52 CDT 2011
Author: dvossel
Date: Thu Apr 7 09:51:49 2011
New Revision: 313091
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=313091
Log:
Fixes typo, apparently I still had SILK on the mind
Thanks mdavenport for pointing this out.
Modified:
team/dvossel/celt_codec_ftw/main/format.c
Modified: team/dvossel/celt_codec_ftw/main/format.c
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/celt_codec_ftw/main/format.c?view=diff&rev=313091&r1=313090&r2=313091
==============================================================================
--- team/dvossel/celt_codec_ftw/main/format.c (original)
+++ team/dvossel/celt_codec_ftw/main/format.c Thu Apr 7 09:51:49 2011
@@ -752,7 +752,7 @@
{
int samplerate;
if (!(ast_format_get_value(format,
- SILK_ATTR_KEY_SAMP_RATE,
+ CELT_ATTR_KEY_SAMP_RATE,
&samplerate))) {
return samplerate;
}
More information about the asterisk-commits
mailing list