Browse Source

disable yuv_image_format

Originally committed as revision 3803 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 21 years ago
parent
commit
348979519c
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavformat/allformats.c

+ 0
- 2
libavformat/allformats.c 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


Loading…
Cancel
Save