Mercurial > libavformat.hg
changeset 636:b2d187a06259 libavformat
disable yuv_image_format
author | michael |
---|---|
date | Tue, 04 Jan 2005 14:38:52 +0000 |
parents | 55ff71c8180a |
children | 76e36d97a27a |
files | allformats.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/allformats.c Tue Jan 04 13:27:35 2005 +0000 +++ b/allformats.c Tue Jan 04 14:38:52 2005 +0000 @@ -119,9 +119,7 @@ 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