disable yuv_image_format

Originally committed as revision 3803 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2005-01-04 14:38:52 +00:00
parent 55cf195952
commit 348979519c
1 changed files with 0 additions and 2 deletions

View 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