added raw mjpeg format - added jpeg image format

Originally committed as revision 92 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2001-08-15 13:04:53 +00:00
parent 0bb8c16806
commit eea23282fa

View File

@ -115,6 +115,7 @@ extern AVFormat avi_format;
/* jpegenc.c */ /* jpegenc.c */
extern AVFormat mpjpeg_format; extern AVFormat mpjpeg_format;
extern AVFormat jpeg_format; extern AVFormat jpeg_format;
extern AVFormat single_jpeg_format;
/* swfenc.c */ /* swfenc.c */
extern AVFormat swf_format; extern AVFormat swf_format;
@ -137,6 +138,7 @@ extern AVFormat mp2_format;
extern AVFormat ac3_format; extern AVFormat ac3_format;
extern AVFormat h263_format; extern AVFormat h263_format;
extern AVFormat mpeg1video_format; extern AVFormat mpeg1video_format;
extern AVFormat mjpeg_format;
extern AVFormat pcm_format; extern AVFormat pcm_format;
extern AVFormat rawvideo_format; extern AVFormat rawvideo_format;