Mercurial > mplayer.hg
view Gui/bitmap/png/png.h @ 3621:1b95a1467cc0
Inproved mpeg sync on fast computers
author | mswitch |
---|---|
date | Wed, 19 Dec 2001 18:26:08 +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