Mercurial > mplayer.hg
view Gui/bitmap/png/png.h @ 3318:a3739b590cf2
do not crash if can't get modelines (dga2.0)
author | alex |
---|---|
date | Tue, 04 Dec 2001 17:24: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