Commit 06518b99 authored by michael's avatar michael

disable yuv_image_format


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3803 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b23ec82a
......@@ -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