view Gui/bitmap/png/png.h @ 7574:87f57e23e301

fixing RV10 streamcopy - detect packet format (simple single frame vs. slices with extra header + offset tab) based on codec header instead of demuxer type
author arpi
date Tue, 01 Oct 2002 21:30:10 +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