Mercurial > libavformat.hg
changeset 1130:9b97e67aedfc libavformat
minor cleanup
author | lu_zero |
---|---|
date | Sat, 24 Jun 2006 20:09:49 +0000 |
parents | 2eb2fd065a50 |
children | a9f78ea5c6a3 |
files | avformat.h |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Sat Jun 24 18:09:20 2006 +0000 +++ b/avformat.h Sat Jun 24 20:09:49 2006 +0000 @@ -394,7 +394,7 @@ int av_write_image(ByteIOContext *pb, AVImageFormat *fmt, AVImageInfo *img); extern AVImageFormat *first_image_format; - +#if 0 extern AVImageFormat pnm_image_format; extern AVImageFormat pbm_image_format; extern AVImageFormat pgm_image_format; @@ -406,8 +406,9 @@ extern AVImageFormat png_image_format; #endif extern AVImageFormat jpeg_image_format; +#endif extern AVImageFormat gif_image_format; -extern AVImageFormat sgi_image_format; +//extern AVImageFormat sgi_image_format; //broken in itself /* XXX: use automatic init with either ELF sections or C file parser */ /* modules */