Mercurial > mplayer.hg
view Gui/bitmap/png/png.h @ 1812:d2d6a26ddb02
majd fix play&stop&pause&redraw
author | pontscho |
---|---|
date | Fri, 31 Aug 2001 21:19:52 +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