summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-02-02 19:18:09 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-02-02 19:18:09 +0000
commit0250738f13ff26aa84e4da3f55ea1b509a0359e7 (patch)
tree16c06f7c05393e909f61101be502834a096c4097 /libavformat/allformats.c
parent12b64a225296e1c356a2bd69909abc541deb714c (diff)
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
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 65819f5c96..ce1a87ceeb 100644
--- 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);