disable yuv_image_format

Originally committed as revision 3803 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 20 years ago
parent 55cf195952
commit 348979519c
  1. 2
      libavformat/allformats.c

@ -119,9 +119,7 @@ void av_register_all(void)
av_register_image_format(&ppm_image_format); av_register_image_format(&ppm_image_format);
av_register_image_format(&pam_image_format); av_register_image_format(&pam_image_format);
av_register_image_format(&pgmyuv_image_format); av_register_image_format(&pgmyuv_image_format);
#endif
av_register_image_format(&yuv_image_format); av_register_image_format(&yuv_image_format);
#if 0
#ifdef CONFIG_ZLIB #ifdef CONFIG_ZLIB
av_register_image_format(&png_image_format); av_register_image_format(&png_image_format);
#endif #endif

Loading…
Cancel
Save