|
|
@@ -75,7 +75,9 @@ void av_register_all(void) |
|
|
|
av_register_image_format(&ppm_image_format); |
|
|
|
av_register_image_format(&pgmyuv_image_format); |
|
|
|
av_register_image_format(&yuv_image_format); |
|
|
|
#ifdef CONFIG_ZLIB |
|
|
|
av_register_image_format(&png_image_format); |
|
|
|
#endif |
|
|
|
av_register_image_format(&jpeg_image_format); |
|
|
|
av_register_image_format(&gif_image_format); |
|
|
|
|
|
|
|