added basic png handling

Originally committed as revision 1529 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard
2003-02-01 20:53:57 +00:00
parent f8d7b5f5f4
commit 0e04e4e9e1
3 changed files with 242 additions and 0 deletions

View File

@ -235,6 +235,7 @@ extern AVImageFormat pgm_image_format;
extern AVImageFormat ppm_image_format;
extern AVImageFormat pgmyuv_image_format;
extern AVImageFormat yuv_image_format;
extern AVImageFormat png_image_format;
/* XXX: use automatic init with either ELF sections or C file parser */
/* modules */