Mercurial > mplayer.hg
view Gui/bitmap/png/png.h @ 4112:3822582553d6
Alpha patch by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
author | nick |
---|---|
date | Sat, 12 Jan 2002 18:00:25 +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