diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-01-04 14:38:52 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-01-04 14:38:52 +0000 |
commit | 348979519c729c114d0dddb4b4d2c46c7ace1773 (patch) | |
tree | 2f18fa89969a77c2be4d4b5aef79390d7edf2ac8 /libavformat | |
parent | 55cf1959521b0d8db6b9153265c6a48436f5f221 (diff) | |
download | ffmpeg-348979519c729c114d0dddb4b4d2c46c7ace1773.tar.gz |
disable yuv_image_format
Originally committed as revision 3803 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/allformats.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 8bca8ef368..b69efa316b 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -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 |