summaryrefslogtreecommitdiff
path: root/libav/avformat.h
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2001-08-15 13:04:53 +0000
committerFabrice Bellard <fabrice@bellard.org>2001-08-15 13:04:53 +0000
commiteea23282fa7e2121342d37001ac610bf947be1a5 (patch)
treedb5577c692e6dec8eaea0f74469d5c4faf23b01c /libav/avformat.h
parent0bb8c168064efb5ef251bc11941bbc9540b6323e (diff)
added raw mjpeg format - added jpeg image format
Originally committed as revision 92 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libav/avformat.h')
-rw-r--r--libav/avformat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libav/avformat.h b/libav/avformat.h
index f6be87a6d5..d1b4ce5618 100644
--- a/libav/avformat.h
+++ b/libav/avformat.h
@@ -115,6 +115,7 @@ extern AVFormat avi_format;
/* jpegenc.c */
extern AVFormat mpjpeg_format;
extern AVFormat jpeg_format;
+extern AVFormat single_jpeg_format;
/* swfenc.c */
extern AVFormat swf_format;
@@ -137,6 +138,7 @@ extern AVFormat mp2_format;
extern AVFormat ac3_format;
extern AVFormat h263_format;
extern AVFormat mpeg1video_format;
+extern AVFormat mjpeg_format;
extern AVFormat pcm_format;
extern AVFormat rawvideo_format;