comparison allformats.c @ 382:37a29b5200d8 libavformat

added SGI image format, encoding and decoding, courtesy of Todd Kirby <doubleshot@pacbell.net>
author melanson
date Sat, 13 Mar 2004 17:30:37 +0000
parents 9416dc106e06
children 9479dac25620
comparison
equal deleted inserted replaced
381:7be99ba54f0f 382:37a29b5200d8
110 #ifdef CONFIG_ZLIB 110 #ifdef CONFIG_ZLIB
111 av_register_image_format(&png_image_format); 111 av_register_image_format(&png_image_format);
112 #endif 112 #endif
113 av_register_image_format(&jpeg_image_format); 113 av_register_image_format(&jpeg_image_format);
114 av_register_image_format(&gif_image_format); 114 av_register_image_format(&gif_image_format);
115 av_register_image_format(&sgi_image_format);
115 #endif //CONFIG_ENCODERS 116 #endif //CONFIG_ENCODERS
116 117
117 /* file protocols */ 118 /* file protocols */
118 register_protocol(&file_protocol); 119 register_protocol(&file_protocol);
119 register_protocol(&pipe_protocol); 120 register_protocol(&pipe_protocol);