diff allformats.c @ 44:7c5da7e7239a libavformat

added basic png handling
author bellard
date Sat, 01 Feb 2003 20:53:57 +0000
parents 721705c1f995
children 45308962220f
line wrap: on
line diff
--- a/allformats.c	Sat Feb 01 20:53:07 2003 +0000
+++ b/allformats.c	Sat Feb 01 20:53:57 2003 +0000
@@ -75,6 +75,7 @@
     av_register_image_format(&ppm_image_format);
     av_register_image_format(&pgmyuv_image_format);
     av_register_image_format(&yuv_image_format);
+    av_register_image_format(&png_image_format);
 
     /* file protocols */
     register_protocol(&file_protocol);