[FFmpeg-soc] [soc]: r5142 - amr/amrnbdec.c

cmcq subversion at mplayerhq.hu
Sat Aug 15 22:11:26 CEST 2009


Author: cmcq
Date: Sat Aug 15 22:11:25 2009
New Revision: 5142

Log:
Specify that an input parameter is constant

Modified:
   amr/amrnbdec.c

Modified: amr/amrnbdec.c
==============================================================================
--- amr/amrnbdec.c	Sat Aug 15 22:10:29 2009	(r5141)
+++ amr/amrnbdec.c	Sat Aug 15 22:11:25 2009	(r5142)
@@ -183,7 +183,7 @@ static enum Mode unpack_bitstream(AMRCon
  * @param lsf               input lsf vector
  * @param lsp               output lsp vector
  */
-static void lsf2lsp(float *lsf, float *lsp)
+static void lsf2lsp(const float *lsf, float *lsp)
 {
     int i;
 


More information about the FFmpeg-soc mailing list