projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added jpeg image encoder and decoder (new YUV handling routines and mjpeg codec fixes...
[ffmpeg.git]
/
libavformat
/
allformats.c
diff --git
a/libavformat/allformats.c
b/libavformat/allformats.c
index
65819f5
..
ce1a87c
100644
(file)
--- a/
libavformat/allformats.c
+++ b/
libavformat/allformats.c
@@
-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);