Mercurial > mplayer.hg
view Gui/bitmap/png/png.h @ 4300:4ebab79785b7
passing samplerate to LPCM writer - 44, 32 and 96khz are also supported from now
author | arpi |
---|---|
date | Tue, 22 Jan 2002 02:15:23 +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