mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
disable yuv_image_format
Originally committed as revision 3803 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
55cf195952
commit
348979519c
@ -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…
Reference in New Issue
Block a user