comparison allformats.c @ 52:2a60f406fccc libavformat

added GIF image format (both read and write)
author bellard
date Mon, 03 Feb 2003 22:53:10 +0000
parents 45308962220f
children a803af1b10be
comparison
equal deleted inserted replaced
51:7c5d91c4ca14 52:2a60f406fccc
75 av_register_image_format(&ppm_image_format); 75 av_register_image_format(&ppm_image_format);
76 av_register_image_format(&pgmyuv_image_format); 76 av_register_image_format(&pgmyuv_image_format);
77 av_register_image_format(&yuv_image_format); 77 av_register_image_format(&yuv_image_format);
78 av_register_image_format(&png_image_format); 78 av_register_image_format(&png_image_format);
79 av_register_image_format(&jpeg_image_format); 79 av_register_image_format(&jpeg_image_format);
80 av_register_image_format(&gif_image_format);
80 81
81 /* file protocols */ 82 /* file protocols */
82 register_protocol(&file_protocol); 83 register_protocol(&file_protocol);
83 register_protocol(&pipe_protocol); 84 register_protocol(&pipe_protocol);
84 #ifdef CONFIG_NETWORK 85 #ifdef CONFIG_NETWORK