added jpeg image encoder and decoder (new YUV handling routines and mjpeg codec fixes are necessary to go further)

Originally committed as revision 1534 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2003-02-02 19:18:09 +00:00
parent 12b64a2252
commit 0250738f13
5 changed files with 285 additions and 236 deletions

View file

@ -76,6 +76,7 @@ void av_register_all(void)
av_register_image_format(&pgmyuv_image_format);
av_register_image_format(&yuv_image_format);
av_register_image_format(&png_image_format);
av_register_image_format(&jpeg_image_format);
/* file protocols */
register_protocol(&file_protocol);