[MPlayer-cvslog] CVS: main/libmpcodecs/native alaw.h,1.1,1.2

Richard Felker CVS syncmail at mplayerhq.hu
Mon Apr 3 08:27:18 CEST 2006


CVS change done by Richard Felker CVS

Update of /cvsroot/mplayer/main/libmpcodecs/native
In directory mail:/var2/tmp/cvs-serv11195/native

Modified Files:
	alaw.h 
Log Message:
10l: missing const put this in data segment instead of text/rodata

Index: alaw.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/native/alaw.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alaw.h	25 May 2001 18:26:01 -0000	1.1
+++ alaw.h	3 Apr 2006 06:27:15 -0000	1.2
@@ -1,6 +1,6 @@
 // Generated by TOOLS/alaw-gen.c
 
-short alaw2short[]={
+const short alaw2short[]={
  -5504, -5248, -6016, -5760, -4480, -4224, -4992, -4736,
  -7552, -7296, -8064, -7808, -6528, -6272, -7040, -6784,
  -2752, -2624, -3008, -2880, -2240, -2112, -2496, -2368,
@@ -35,7 +35,7 @@
    944,   912,  1008,   976,   816,   784,   880,   848
 };
 
-short ulaw2short[]={
+const short ulaw2short[]={
 -32124,-31100,-30076,-29052,-28028,-27004,-25980,-24956,
 -23932,-22908,-21884,-20860,-19836,-18812,-17788,-16764,
 -15996,-15484,-14972,-14460,-13948,-13436,-12924,-12412,




More information about the MPlayer-cvslog mailing list