Mercurial > mplayer.hg
view Gui/bitmap/png/png.h @ 2133:96d1926373a1
Fixed incorrect return value
author | nick |
---|---|
date | Mon, 08 Oct 2001 08:46:13 +0000 |
parents | d237c5d4b216 |
children |
line wrap: on
line source
#ifndef __MYPNG #define __MYPNG #include "../bitmap.h" extern int pngRead( unsigned char * fname, txSample * bf ); #endif