[SCM] libav/experimental: disable yuv_image_format

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:42:35 UTC 2013


The following commit has been merged in the experimental branch:
commit 348979519c729c114d0dddb4b4d2c46c7ace1773
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Jan 4 14:38:52 2005 +0000

    disable yuv_image_format
    
    Originally committed as revision 3803 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 8bca8ef..b69efa3 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list