mirror of https://github.com/mpv-player/mpv
+static
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4708 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1423711deb
commit
047a7a067f
4
mpng.c
4
mpng.c
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue