diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-02-02 19:18:09 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-02-02 19:18:09 +0000 |
commit | 0250738f13ff26aa84e4da3f55ea1b509a0359e7 (patch) | |
tree | 16c06f7c05393e909f61101be502834a096c4097 /libavformat/avformat.h | |
parent | 12b64a225296e1c356a2bd69909abc541deb714c (diff) | |
download | ffmpeg-0250738f13ff26aa84e4da3f55ea1b509a0359e7.tar.gz |
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/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 8aa5330e51..e4b57003ac 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -236,6 +236,7 @@ extern AVImageFormat ppm_image_format; extern AVImageFormat pgmyuv_image_format; extern AVImageFormat yuv_image_format; extern AVImageFormat png_image_format; +extern AVImageFormat jpeg_image_format; /* XXX: use automatic init with either ELF sections or C file parser */ /* modules */ |