[Mplayer-cvslog] CVS: main/opendivx global.h,1.3,1.4
Arpi of Ize
arpi at mplayer.dev.hu
Sun Dec 30 19:25:51 CET 2001
Update of /cvsroot/mplayer/main/opendivx
In directory mplayer:/var/tmp.root/cvs-serv4132
Modified Files:
global.h
Log Message:
EXTERN vs extern - argh.
Index: global.h
===================================================================
RCS file: /cvsroot/mplayer/main/opendivx/global.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- global.h 28 Dec 2001 23:49:19 -0000 1.3
+++ global.h 30 Dec 2001 18:25:48 -0000 1.4
@@ -156,7 +156,7 @@
} base, *ld;
EXTERN int MV[2][6][MBR+1][MBC+2];
EXTERN int modemap[MBR+1][MBC+2];
-EXTERN int quant_store[MBR+1][MBC+1]; // [Review]
+extern int quant_store[MBR+1][MBC+1]; // [Review]
EXTERN struct _ac_dc
{
int dc_store_lum[2*MBR+1][2*MBC+1];
More information about the MPlayer-cvslog
mailing list