[svn-commits] qwell: branch qwell/codec_consistency_fix r147117 - /team/qwell/codec_consist...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 7 10:27:51 CDT 2008


Author: qwell
Date: Tue Oct  7 10:27:50 2008
New Revision: 147117

URL: http://svn.digium.com/view/asterisk?view=rev&rev=147117
Log:
tiny cleanup to make patch apply easily

Modified:
    team/qwell/codec_consistency_fix/codecs/codec_a_mu.c
    team/qwell/codec_consistency_fix/codecs/codec_ulaw.c

Modified: team/qwell/codec_consistency_fix/codecs/codec_a_mu.c
URL: http://svn.digium.com/view/asterisk/team/qwell/codec_consistency_fix/codecs/codec_a_mu.c?view=diff&rev=147117&r1=147116&r2=147117
==============================================================================
--- team/qwell/codec_consistency_fix/codecs/codec_a_mu.c (original)
+++ team/qwell/codec_consistency_fix/codecs/codec_a_mu.c Tue Oct  7 10:27:50 2008
@@ -38,7 +38,7 @@
 static unsigned char mu2a[256];
 static unsigned char a2mu[256];
 
-/* Sample frame data (Mu data is okay) */
+/* Sample frame data */
 
 #include "ulaw_ex.h"
 #include "alaw_ex.h"

Modified: team/qwell/codec_consistency_fix/codecs/codec_ulaw.c
URL: http://svn.digium.com/view/asterisk/team/qwell/codec_consistency_fix/codecs/codec_ulaw.c?view=diff&rev=147117&r1=147116&r2=147117
==============================================================================
--- team/qwell/codec_consistency_fix/codecs/codec_ulaw.c (original)
+++ team/qwell/codec_consistency_fix/codecs/codec_ulaw.c Tue Oct  7 10:27:50 2008
@@ -89,7 +89,7 @@
 }
 
 /*!
- * \brief lin_sample
+ * \brief Lin_Sample
  */
 
 static struct ast_frame *lin_sample(void)




More information about the svn-commits mailing list