Commit 34897951 authored by Michael Niedermayer's avatar Michael Niedermayer

disable yuv_image_format

Originally committed as revision 3803 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 55cf1959
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment