disable yuv_image_format
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 4 Jan 2005 14:38:52 +0000 (14:38 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 4 Jan 2005 14:38:52 +0000 (14:38 +0000)
Originally committed as revision 3803 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/allformats.c

index 8bca8ef..b69efa3 100644 (file)
@@ -119,9 +119,7 @@ void av_register_all(void)
     av_register_image_format(&ppm_image_format);
     av_register_image_format(&pam_image_format);
     av_register_image_format(&pgmyuv_image_format);
-#endif
     av_register_image_format(&yuv_image_format);
-#if 0
 #ifdef CONFIG_ZLIB
     av_register_image_format(&png_image_format);
 #endif