26204.diff
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:1k
源码类别:

Windows CE

开发平台:

C/C++

  1. diff -urN 26204.orig/dec_if.c 26204/dec_if.c
  2. --- 26204.orig/dec_if.c 2004-12-09 13:45:08.000000000 +0100
  3. +++ 26204/dec_if.c 2005-05-03 18:58:16.654155300 +0200
  4. @@ -34,7 +34,7 @@     void *decoder_state;       /* Points decoder state       */
  5.  } WB_dec_if_state;
  6.  
  7. -Word16 nb_of_param_first[NUM_OF_SPMODES]=
  8. +const Word16 nb_of_param_first[NUM_OF_SPMODES]=
  9.  {
  10.   9,  14, 15,
  11.   15, 15, 19,
  12. diff -urN 26204.orig/if_rom.c 26204/if_rom.c --- 26204.orig/if_rom.c 2003-08-27 00:00:02.000000000 +0200 +++ 26204/if_rom.c 2005-05-03 18:58:08.716655300 +0200 @@ -1006,7 +1006,7 @@   * decoder homing frames for all modes
  13.   */
  14.  
  15. -const Word16 *dhf[10] = {
  16. +const Word16 *const dhf[10] = {
  17.     dfh_M7k,
  18.     dfh_M9k,
  19.     dfh_M12k,
  20. diff -urN 26204.orig/typedef.h 26204/typedef.h --- 26204.orig/typedef.h 2003-08-27 00:00:02.000000000 +0200 +++ 26204/typedef.h 2005-05-03 18:57:06.326030300 +0200 @@ -15,4 +15,4 @@  typedef double Float64;
  21.  typedef float Float32;
  22.  
  23. -#endif  No newline at end of file +#endif