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
/
avformat.h
diff --git
a/libavformat/avformat.h
b/libavformat/avformat.h
index
8aa5330
..
e4b5700
100644
(file)
--- 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 */