diff allformats.c @ 109:c82a6062485e libavformat

added new netpbm pam format support (needed for alpha plane support)
author bellard
date Sat, 19 Apr 2003 15:18:00 +0000
parents a803af1b10be
children 7373bd0a8438
line wrap: on
line diff
--- a/allformats.c	Fri Apr 18 16:22:12 2003 +0000
+++ b/allformats.c	Sat Apr 19 15:18:00 2003 +0000
@@ -73,6 +73,7 @@
     av_register_image_format(&pbm_image_format);
     av_register_image_format(&pgm_image_format);
     av_register_image_format(&ppm_image_format);
+    av_register_image_format(&pam_image_format);
     av_register_image_format(&pgmyuv_image_format);
     av_register_image_format(&yuv_image_format);
 #ifdef CONFIG_ZLIB