Mercurial > libavformat.hg
diff avformat.h @ 47:45308962220f libavformat
added jpeg image encoder and decoder (new YUV handling routines and mjpeg codec fixes are necessary to go further)
| author | bellard |
|---|---|
| date | Sun, 02 Feb 2003 19:18:09 +0000 |
| parents | 7c5da7e7239a |
| children | 2a60f406fccc |
line wrap: on
line diff
--- a/avformat.h Sun Feb 02 19:16:51 2003 +0000 +++ b/avformat.h Sun Feb 02 19:18:09 2003 +0000 @@ -236,6 +236,7 @@ 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 */
