From 348979519c729c114d0dddb4b4d2c46c7ace1773 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 4 Jan 2005 14:38:52 +0000 Subject: [PATCH] disable yuv_image_format Originally committed as revision 3803 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/allformats.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 8bca8ef368..b69efa316b 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -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