mirror of https://github.com/mpv-player/mpv
10 lines
126 B
C
10 lines
126 B
C
|
|
||
|
#ifndef __MYPNG
|
||
|
#define __MYPNG
|
||
|
|
||
|
#include "../bitmap.h"
|
||
|
|
||
|
extern int pngRead( unsigned char * fname, txSample * bf );
|
||
|
|
||
|
#endif
|