From 0250738f13ff26aa84e4da3f55ea1b509a0359e7 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Sun, 2 Feb 2003 19:18:09 +0000 Subject: 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 --- libavformat/avformat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/avformat.h') 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 */ -- cgit v1.2.3