git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bb8c16
)
added raw mjpeg format - added jpeg image format
author
Fabrice Bellard
<fabrice@bellard.org>
Wed, 15 Aug 2001 13:04:53 +0000
(13:04 +0000)
committer
Fabrice Bellard
<fabrice@bellard.org>
Wed, 15 Aug 2001 13:04:53 +0000
(13:04 +0000)
Originally committed as revision 92 to svn://svn.ffmpeg.org/ffmpeg/trunk
libav/avformat.h
patch
|
blob
|
history
diff --git
a/libav/avformat.h
b/libav/avformat.h
index
f6be87a
..
d1b4ce5
100644
(file)
--- 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;