14 Feb
2002
14 Feb
'02
5:33 p.m.
Update of /cvsroot/mplayer/main In directory mplayer:/var/tmp.root/cvs-serv15303 Modified Files: mpng.c Log Message: +static Index: mpng.c =================================================================== RCS file: /cvsroot/mplayer/main/mpng.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mpng.c 12 Feb 2002 17:04:13 -0000 1.2 +++ mpng.c 14 Feb 2002 22:33:29 -0000 1.3 @@ -7,9 +7,9 @@ #include "mp_msg.h" #include "png.h" -int pngPointer; +static int pngPointer; -void pngReadFN( png_structp pngstr,png_bytep buffer,png_size_t size ) +static void pngReadFN( png_structp pngstr,png_bytep buffer,png_size_t size ) { char * p = pngstr->io_ptr; memcpy( buffer,(char *)&p[pngPointer],size );
8671
Age (days ago)
8671
Last active (days ago)
0 comments
1 participants
participants (1)
-
Arpi of Ize