提交 eea23282 编写于 作者: F Fabrice Bellard

added raw mjpeg format - added jpeg image format


Originally committed as revision 92 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 0bb8c168
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册