Mercurial > mplayer.hg
view Gui/bitmap/png/png.h @ 5003:88481d4b9e0e
divx_quality and equalizer support done
author | arpi |
---|---|
date | Sat, 09 Mar 2002 19:18:46 +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