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:
parent
12b64a2252
commit
0250738f13
5 changed files with 285 additions and 236 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue